Commit aff1bea7 by kaisa

feat:更新

parent 27bc255b
......@@ -85,28 +85,28 @@ $(function(){
setInterval(function(){
view()
},60000)
setTimeout(function(){
if(sessionStorage.lang==2)return;
// setTimeout(function(){
// if(sessionStorage.lang==2)return;
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(){
// 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(){
// // }
// // })
// }
// })
}
},60000)
// },60000)
function getData(roomid) {
var opts = {
reconnectionDelay: 5000,
......
......@@ -101,8 +101,8 @@ $(function(){
})
}
setTimeout(function(){
if(sessionStorage.lang==2)return;
// setTimeout(function(){
// if(sessionStorage.lang==2)return;
// if(localStorage.fly==undefined||localStorage.fly<new Date().getTime()){
// localStorage.fly=(Number(new Date().getTime())+43200000)
// $.ajax({
......@@ -119,7 +119,8 @@ $(function(){
// }
// })
// }
},30000)
// },30000)
function getData(roomid) {
var opts = {
reconnectionDelay: 5000,
......
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