Commit 2db92d6c by libai

ft活动上线

parent b9aaa06d
......@@ -68,23 +68,23 @@ $(function(){
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/Fishing/pop.html",
height:'0.5',
heightR:'80',
x:'0',
y:'0.5',
},
success:function(){
}
})
if(localStorage.fish==undefined||localStorage.fish<new Date().getTime()){
localStorage.fish=(Number(new Date().getTime())+86400000)
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/Fishing/pop.html",
height:'0.5',
heightR:'80',
x:'0',
y:'0.5',
},
success:function(){
}
})
}
},30000)
function getData(roomid) {
......
......@@ -81,19 +81,7 @@ $(function(){
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/Fishing/pop.html",
height:'0.5',
heightR:'80',
x:'0',
y:'0.5',
},
success:function(){
}
})
if(localStorage.fish==undefined||localStorage.fish<new Date().getTime()){
localStorage.fish=(Number(new Date().getTime())+86400000)
......
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