Forráskód Böngészése

更新 'games/yqrxd/launcher/game-min.js'

yunhaipiaodi 6 éve
szülő
commit
95fea95f8e
1 módosított fájl, 6 hozzáadás és 3 törlés
  1. 6 3
      games/yqrxd/launcher/game-min.js

+ 6 - 3
games/yqrxd/launcher/game-min.js

@@ -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