Commit 2e78379d by libai

测试

parent 065da875
Showing with 5 additions and 4 deletions
......@@ -86,15 +86,16 @@ $(function(){
view()
},60000)
setTimeout(function(){
if(localStorage.gardenLayer==undefined||localStorage.gardenLayer<new Date().getTime()){
localStorage.gardenLayer=(Number(new Date().getTime())+86400000)
if(localStorage.luckyLayer==undefined||localStorage.luckyLayer<new Date().getTime()){
localStorage.luckyLayer=(Number(new Date().getTime())+86400000)
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/garden/pop.html",
popupUrl:$url + "/activeFt/luckyGod/pop.html",
height:'0.5',
heightR:'106',
heightR:'124',
x:'0',
y:'0.5',
},
......
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