zouyong 5 лет назад
Родитель
Сommit
8626fab053
1 измененных файлов с 1 добавлено и 1 удалено
  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();
         }