张延森 3 年之前
父節點
當前提交
14ffae2c96
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/game/algorithm/index.js

+ 1
- 1
src/pages/game/algorithm/index.js 查看文件

@@ -56,7 +56,7 @@ export default ({ el, center, rotateSpeed = 0.015, speed = -5 }) => {
56 56
   function gameOver(isSuccess) {
57 57
     // 停止摩天轮旋转
58 58
     wheel.stop();
59
-    status = 1; // 游戏结束
59
+    status = 2; // 游戏结束
60 60
 
61 61
     const t = setTimeout(() => {
62 62
       clearTimeout(t)