Commit 686d3cb9 by qiuren

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

parent 8552d686
Showing with 14 additions and 13 deletions
......@@ -91,19 +91,20 @@ $(function(){
if(localStorage.fly==undefined||localStorage.fly<new Date().getTime()){
localStorage.fly=(Number(new Date().getTime())+43200000)
$.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(){
// }
// })
}
},60000)
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