From c0c1c7efd3c521375d2a063bd523396bd11aa265 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 01 Mar 2024 15:01:29 +0800
Subject: [PATCH] 抽奖

---
 src/main/resources/templates/febs/views/modules/goods/tzInfo.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/goods/tzInfo.html b/src/main/resources/templates/febs/views/modules/goods/tzInfo.html
index 32fb707..fe4fe42 100644
--- a/src/main/resources/templates/febs/views/modules/goods/tzInfo.html
+++ b/src/main/resources/templates/febs/views/modules/goods/tzInfo.html
@@ -169,7 +169,7 @@
             // 计算剩余的小时、分钟和秒数
             var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
             var seconds = Math.floor((distance % (1000 * 60)) / 1000);
-            if (distance > 0 && distance < 1 * 60 * 1000) {
+            if (distance > 0 && distance < 1 * 30 * 1000) {
                 // 倒计时结束,显示相应信息
                 document.getElementById('countdown').innerHTML = '停止投注,等待开奖中,'+minutes + ':' + seconds ;
             }else if(distance <= 0){

--
Gitblit v1.9.1