张延森 před 3 roky
rodič
revize
14ffae2c96
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/pages/game/algorithm/index.js

+ 1
- 1
src/pages/game/algorithm/index.js Zobrazit soubor

56
   function gameOver(isSuccess) {
56
   function gameOver(isSuccess) {
57
     // 停止摩天轮旋转
57
     // 停止摩天轮旋转
58
     wheel.stop();
58
     wheel.stop();
59
-    status = 1; // 游戏结束
59
+    status = 2; // 游戏结束
60
 
60
 
61
     const t = setTimeout(() => {
61
     const t = setTimeout(() => {
62
       clearTimeout(t)      
62
       clearTimeout(t)