From dd040e963ff32c5bc064ebb4abede8fcc0e476f2 Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Fri, 1 Nov 2024 19:23:18 +0800
Subject: [PATCH] ft活动上线

---
 activeFt/luckySpace/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/activeFt/luckySpace/index.html b/activeFt/luckySpace/index.html
index 205fda6..f5f06ef 100644
--- a/activeFt/luckySpace/index.html
+++ b/activeFt/luckySpace/index.html
@@ -737,12 +737,12 @@ $(function(){
                     goOutMan(data.result.shipData.betUserNum)
                     if(data.result.shipData.explosion==true&&nowExplose==true){
                         clearInterval(miTimer)
-                        $(".mi-bg").text(""+data.result.shipData.launchHeight+""+textArr[0]+"")
+
                         nowExplose=false
                         setTimeout(function(){
                             clearInterval(miTimer)
                             $(".mi-bg").text(""+data.result.shipData.launchHeight+""+textArr[0]+"")
-                        }, 400);
+                        }, 350);
                         //这时候爆炸了
                         $(".out-fly-box >div").unbind("click").css("filter","grayscale(100%)")
                         boomShow()
--
libgit2 0.25.0