|
|
@@ -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();
|
|
|
}
|