Commit 686d3cb9 by qiuren

feat: 注释打开火箭弹窗代码

parent 8552d686
Showing with 14 additions and 13 deletions
...@@ -91,19 +91,20 @@ $(function(){ ...@@ -91,19 +91,20 @@ $(function(){
if(localStorage.fly==undefined||localStorage.fly<new Date().getTime()){ if(localStorage.fly==undefined||localStorage.fly<new Date().getTime()){
localStorage.fly=(Number(new Date().getTime())+43200000) localStorage.fly=(Number(new Date().getTime())+43200000)
$.ajax({ // 注释打开火箭弹窗代码
url:$ip+'/actSecretGarden/openPopup.html', // $.ajax({
data:{ // url:$ip+'/actSecretGarden/openPopup.html',
width:'0', // data:{
popupUrl:$url + "/activeFt/luckyFly/pop.html", // width:'0',
height:'0.5', // popupUrl:$url + "/activeFt/luckyFly/pop.html",
heightR:'100', // height:'0.5',
x:'0', // heightR:'100',
y:'0.5', // x:'0',
}, // y:'0.5',
success:function(){ // },
} // success:function(){
}) // }
// })
} }
},60000) },60000)
function getData(roomid) { function getData(roomid) {
......
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