Commit bb2a991a by libai

测试

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