From 6485b1a2967e2a41a62a06be3682da44cc561287 Mon Sep 17 00:00:00 2001 From: song Date: Fri, 15 Oct 2021 15:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test.js b/src/test.js index ea79f12..aa1d727 100644 --- a/src/test.js +++ b/src/test.js @@ -40,7 +40,9 @@ function sevenClick() { // 倒计时结束 开始游戏 function countOver() { timeInstance.start(); - move = false; + setTimeout(function () { + move = false; + }, 500); } // 添加hash值