Commit 9207ad32 by qiuren

feat: 注释调用火箭弹窗接口

parent 8c512b09
Showing with 13 additions and 13 deletions
......@@ -87,19 +87,19 @@ $(function(){
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/luckyFly/pop.html",
height:'0.5',
heightR:'100',
x:'0',
y:'0.5',
},
success:function(){
}
})
// $.ajax({
// url:$ip+'/actSecretGarden/openPopup.html',
// data:{
// width:'0',
// popupUrl:$url + "/activeFt/luckyFly/pop.html",
// height:'0.5',
// heightR:'100',
// 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