Commit 3ef35e28 by libai

ft活动上线

parent 4544bd24
Showing with 3 additions and 3 deletions
...@@ -170,9 +170,9 @@ $(function(){ ...@@ -170,9 +170,9 @@ $(function(){
}, 300000); }, 300000);
} }
if(goPop==1){ if(goPop==1){
setTimeout(function() {
if(localStorage.newManLayer==undefined||localStorage.newManLayer<new Date().getTime()){ if(localStorage.newManLayer==undefined||localStorage.newManLayer<new Date().getTime()){
localStorage.newManLayer=(Number(new Date().getTime())+86400000) localStorage.newManLayer=(Number(new Date().getTime())+86400000)
setTimeout(function() {
$.ajax({ $.ajax({
url:$ip+'/actSecretGarden/openPopup.html', url:$ip+'/actSecretGarden/openPopup.html',
data:{ data:{
...@@ -187,10 +187,10 @@ $(function(){ ...@@ -187,10 +187,10 @@ $(function(){
} }
}) })
}, 60000);
}
} }
}, 60000);
}
}, 3000); }, 3000);
function getData(roomid) { function getData(roomid) {
......
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