|
|
@@ -177,17 +177,9 @@ export default class GamePlay extends cc.Component {
|
|
|
private clickGuide(data: string) {
|
|
|
if (data == "1_3") {//点击即可消除哦!
|
|
|
this.cellItemDic[0][0] && this.cellItemDic[0][0].onClick();
|
|
|
- this.cellItemDic[0][1] && this.cellItemDic[0][1].onClick();
|
|
|
}
|
|
|
- else if (data == "1_4") {//再点击一次增加大量进度哦
|
|
|
- this.cellItemDic[0][1] && this.cellItemDic[0][1].onClick();
|
|
|
- this.cellItemDic[0][2] && this.cellItemDic[0][2].onClick();
|
|
|
- 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_5") {//再点击一次增加大量进度哦
|
|
|
this.cellItemDic[1][1] && this.cellItemDic[1][1].onClick();
|
|
|
- this.cellItemDic[1][2] && this.cellItemDic[1][2].onClick();
|
|
|
}
|
|
|
}
|
|
|
|