|
@@ -3637,9 +3637,12 @@ var __extends = this.__extends || function(c, d) {
|
|
|
null == this.info && (this.info = new Info, this.addChild(this.info))
|
|
|
};
|
|
|
d.prototype.leftOrRightDown = function (code) {
|
|
|
- console.log("leftOrRightDown");
|
|
|
- this.ingame.clickBtnNum = code;
|
|
|
- this.ingame.checkValue();
|
|
|
+ if ("mi_5" == this.ingame.showDataArr[this.ingame.showDataArr.length - 1]){
|
|
|
+ this.ingame.doClickYes();
|
|
|
+ } else{
|
|
|
+ this.ingame.clickBtnNum = code;
|
|
|
+ this.ingame.checkValue();
|
|
|
+ }
|
|
|
};
|
|
|
|
|
|
return d
|