Commit 5770efb4 by libai

ft活动上线

parent 6e5db0c9
Showing with 3 additions and 3 deletions
...@@ -729,12 +729,12 @@ $(function(){ ...@@ -729,12 +729,12 @@ $(function(){
} }
goOutMan(data.result.shipData.betUserNum) goOutMan(data.result.shipData.betUserNum)
if(data.result.shipData.explosion==true&&nowExplose==true){ if(data.result.shipData.explosion==true&&nowExplose==true){
clearInterval(miTimer)
nowExplose=false nowExplose=false
setTimeout(function(){ setTimeout(function(){
clearInterval(miTimer)
$(".mi-bg").text(""+data.result.shipData.launchHeight+""+textArr[0]+"") $(".mi-bg").text(""+data.result.shipData.launchHeight+""+textArr[0]+"")
}, 450); }, 400);
//这时候爆炸了 //这时候爆炸了
$(".out-fly-box >div").unbind("click").css("filter","grayscale(100%)") $(".out-fly-box >div").unbind("click").css("filter","grayscale(100%)")
boomShow() boomShow()
......
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