From 1b2a62040c4bf4f79c96beea5fdee1106d71a9f8 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Fri, 7 Feb 2025 17:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ios=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/activity/ssGuild/js/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/molistar/activity/ssGuild/js/index.js b/view/molistar/activity/ssGuild/js/index.js index c12371f..1c82310 100644 --- a/view/molistar/activity/ssGuild/js/index.js +++ b/view/molistar/activity/ssGuild/js/index.js @@ -361,7 +361,9 @@ function countup(leftTime) { $('.time .min b').text(m); $('.time .sec b').text(s); } else { - location.reload(); + // location.reload(); + console.log('时间到'); + } if (leftTime > 0) { leftTime = leftTime - 1000;