Commit e03e9718 by libai

ft活动上线

parent 9fbd2934
......@@ -531,6 +531,7 @@ $(".list2-btn1 div").on("click",function(){
console.log('領取每日任務',data)
if(data.code!=1){
layer.msg(data.msg)
return;
}
if(sessionStorage.lang==2)layer.msg("領取成功")
else layer.msg("success!")
......
......@@ -57,7 +57,7 @@ $(function(){
getData()
$(".room-bg1").removeClass("room-bg2").hide()
clearInterval(t1)
}else{
}else if(data.result.todayCheckInTask==0){
$(".room-bg1").addClass("room-bg2").show()
}
}
......
......@@ -73,7 +73,7 @@ $(function(){
getData()
$(".r1").removeClass("r2").hide()
clearInterval(t1)
}else{
}else if(data.result.todayCheckInTask==0){
$(".r1").addClass("r2").show()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment