Commit 2e78379d by libai

测试

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