Commit 3ef35e28 by libai

ft活动上线

parent 4544bd24
Showing with 20 additions and 20 deletions
...@@ -170,26 +170,26 @@ $(function(){ ...@@ -170,26 +170,26 @@ $(function(){
}, 300000); }, 300000);
} }
if(goPop==1){ if(goPop==1){
if(localStorage.newManLayer==undefined||localStorage.newManLayer<new Date().getTime()){ setTimeout(function() {
localStorage.newManLayer=(Number(new Date().getTime())+86400000) if(localStorage.newManLayer==undefined||localStorage.newManLayer<new Date().getTime()){
setTimeout(function() { localStorage.newManLayer=(Number(new Date().getTime())+86400000)
$.ajax({ $.ajax({
url:$ip+'/actSecretGarden/openPopup.html', url:$ip+'/actSecretGarden/openPopup.html',
data:{ data:{
width:'0', width:'0',
popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'', popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'',
height:'0.5', height:'0.5',
heightR:'110', heightR:'110',
x:'0', x:'0',
y:'0.5', y:'0.5',
}, },
success:function(){ success:function(){
} }
}) })
}, 60000);
} }
}, 60000);
} }
}, 3000); }, 3000);
......
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