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

1

... ... @@ -149,7 +149,7 @@
<p class="myintegral_name">我的积分</p>
</div>
<div class="myintergral">
<p class="myintegral_qiandao" >
<p class="myintegral_num qiandao" >
<eq name="qiandao" value="1">
已签到
<else />
... ... @@ -218,7 +218,7 @@
// $(".integralrecord").click(function(){
// window.location.href='record.html'
// })
$(".myintegral_qiandao").click(function(){
$(".qiandao").click(function(){
$.ajax({
url: "{:url('user/user/qiandao')}",
type: "post",
... ...