Commit 9207ad32 by qiuren

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

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