作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -540,7 +540,12 @@
}
})
})
$(".after").click(function(){
$(".wrapper").css('display',"none");
})
$(".gain").click(function(){
window.location.href="{:url('portal/prize/getScore')}"
})
</script>
</body>
</html>
... ...