Commit bb2a991a by libai

测试

parent c447aa28
......@@ -59,7 +59,7 @@ $(function(){
$(".en-t2").html("PROG")
$(".en-t3").html("rank")
}
getData()
// getData()
$(".room-bg1").on("click",function(){
var obj = {
"cid": 12,
......
......@@ -54,7 +54,7 @@ $(function(){
success:function(data){
console.log("用户签到情况",data)
if(data.result.todayCheckInTask==1){
getData()
// getData()
$(".room-bg1").removeClass("room-bg2").hide()
clearInterval(t1)
}else if(data.result.todayCheckInTask==0){
......
......@@ -53,7 +53,7 @@ $(function(){
$(".en-t3").html("rank")
}
getData()
// getData()
setTimeout(function(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/sustainLogin.html',
......
......@@ -86,7 +86,7 @@ $(function(){
$(".en-t3").html("rank")
}
getData()
// getData()
function getData() {
var opts = {
......
......@@ -83,7 +83,7 @@ $(function(){
$(".en-t2").html("PROG")
$(".en-t3").html("rank")
}
getData()
// getData()
$(".act-room-bg1").on("click",function(){
var obj = {
"cid": 12,
......
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