Explorar o código

修复新手引导bug

zouyong %!s(int64=5) %!d(string=hai) anos
pai
achega
8626fab053
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      assets/script/before/GamePlay.ts

+ 1 - 1
assets/script/before/GamePlay.ts

@@ -185,7 +185,7 @@ export default class GamePlay extends cc.Component {
             this.cellItemDic[0][3] && this.cellItemDic[0][3].onClick();
             this.cellItemDic[0][4] && this.cellItemDic[0][4].onClick();
         }
-        else if (data == "1_6") {//再点击一次增加大量进度哦
+        else if (data == "1_7") {//再点击一次增加大量进度哦
             this.cellItemDic[1][1] && this.cellItemDic[1][1].onClick();
             this.cellItemDic[1][2] && this.cellItemDic[1][2].onClick();
         }