|
|
@@ -2633,7 +2633,7 @@ t.prototype.checkPopCashFull = function() {
|
|
|
-1 != this.FullCsahAdArr.indexOf(this.ecpmLevel.toString()) && mk.ad.showInterAd(1);
|
|
|
};
|
|
|
t.prototype.startPopRed = function(t) {
|
|
|
-if (mk.guide.isGuiding()) this.timeAd = 0; else if (gData.gameData.isTouchScreen) {
|
|
|
+if (mk.guide.isGuiding() || mk.ui.getCurOnPanel("redBagTask") || mk.ui.getCurOnPanel("productReward2")) this.timeAd = 0; else if (gData.gameData.isTouchScreen) {
|
|
|
gData.gameData.isTouchScreen = !1;
|
|
|
this.timeAd = 0;
|
|
|
} else if (-1 != this.TimingRedMoneyArr.indexOf(this.ecpmLevel.toString())) {
|
|
|
@@ -3658,10 +3658,7 @@ this._AdaptLeftAndRight();
|
|
|
};
|
|
|
e.prototype._AdaptLeftAndRight = function() {
|
|
|
var t = this.node.getComponent(cc.Widget);
|
|
|
-if (t && this.IsBigScreenRatio()) {
|
|
|
-t.top = 65;
|
|
|
-t.bottom = 65;
|
|
|
-}
|
|
|
+t && this.IsBigScreenRatio() && (t.top = 65);
|
|
|
};
|
|
|
e.prototype.IsBigScreenRatio = function() {
|
|
|
return this.GetWinHeightWidthRatio() >= 1.86;
|
|
|
@@ -8181,6 +8178,8 @@ return [ 2 ];
|
|
|
});
|
|
|
};
|
|
|
e.prototype.setState = function(t) {
|
|
|
+return r(this, void 0, void 0, function() {
|
|
|
+return c(this, function() {
|
|
|
this.normalProgress.fillRange = 0;
|
|
|
this.normalCount.string = "";
|
|
|
this.normalGroup.active = !1;
|
|
|
@@ -8191,6 +8190,9 @@ this.ripedIcon.active = !1;
|
|
|
this.sickIcon.active = !1;
|
|
|
this.ripedIcon.active = !0;
|
|
|
}
|
|
|
+return [ 2 ];
|
|
|
+});
|
|
|
+});
|
|
|
};
|
|
|
e.prototype.riped = function() {
|
|
|
this.counting = !1;
|
|
|
@@ -8684,7 +8686,12 @@ this.data = gData.gameData.getFarmDataMap(this.configID);
|
|
|
this.setState(this.data.state);
|
|
|
};
|
|
|
e.prototype.setState = function(t) {
|
|
|
-if (this.state != t) {
|
|
|
+return r(this, void 0, void 0, function() {
|
|
|
+var e, o;
|
|
|
+return c(this, function(n) {
|
|
|
+switch (n.label) {
|
|
|
+case 0:
|
|
|
+if (this.state == t) return [ 3, 8 ];
|
|
|
this._state = t;
|
|
|
this.lockNode.active = !1;
|
|
|
this.canUnlockNode.active = !1;
|
|
|
@@ -8693,42 +8700,73 @@ this.countDown.node.active = !1;
|
|
|
this.process.node.active = !1;
|
|
|
switch (this.state) {
|
|
|
case s.FarmState.Lock:
|
|
|
-this.lockNode.active = !0;
|
|
|
-break;
|
|
|
+return [ 3, 1 ];
|
|
|
|
|
|
case s.FarmState.CanUnlock:
|
|
|
+return [ 3, 2 ];
|
|
|
+
|
|
|
+case s.FarmState.Empty:
|
|
|
+return [ 3, 3 ];
|
|
|
+
|
|
|
+case s.FarmState.Growing:
|
|
|
+return [ 3, 4 ];
|
|
|
+
|
|
|
+case s.FarmState.Ripe:
|
|
|
+return [ 3, 5 ];
|
|
|
+
|
|
|
+case s.FarmState.Sick:
|
|
|
+return [ 3, 7 ];
|
|
|
+}
|
|
|
+return [ 3, 8 ];
|
|
|
+
|
|
|
+case 1:
|
|
|
+this.lockNode.active = !0;
|
|
|
+return [ 3, 8 ];
|
|
|
+
|
|
|
+case 2:
|
|
|
this.lockNode.active = !0;
|
|
|
this.canUnlockNode.active = !0;
|
|
|
-break;
|
|
|
+return [ 3, 8 ];
|
|
|
|
|
|
-case s.FarmState.Empty:
|
|
|
+case 3:
|
|
|
this.idleAni && 0 == this.idleAni.active && (this.idleAni.active = !0);
|
|
|
-break;
|
|
|
+return [ 3, 8 ];
|
|
|
|
|
|
-case s.FarmState.Growing:
|
|
|
+case 4:
|
|
|
this.countDown.node.active = !0;
|
|
|
this.process.node.active = !0;
|
|
|
this.countDown.setData(this.data);
|
|
|
this.process.setData(this.data);
|
|
|
this.idleAni && 1 == this.idleAni.active && (this.idleAni.active = !1);
|
|
|
-break;
|
|
|
+return [ 3, 8 ];
|
|
|
|
|
|
-case s.FarmState.Ripe:
|
|
|
+case 5:
|
|
|
this.plantIcon.node.active = !0;
|
|
|
this.countDown.node.active = !0;
|
|
|
this.process.node.active = !0;
|
|
|
this.countDown.setState(1);
|
|
|
this.process.setData(this.data);
|
|
|
-break;
|
|
|
+return [ 4, mk.loader.load("game/prefab/ProductShow1", cc.Prefab) ];
|
|
|
|
|
|
-case s.FarmState.Sick:
|
|
|
+case 6:
|
|
|
+e = n.sent();
|
|
|
+(o = cc.instantiate(e)).name = "hb";
|
|
|
+o.parent = this.node;
|
|
|
+return [ 3, 8 ];
|
|
|
+
|
|
|
+case 7:
|
|
|
this.plantIcon.node.active = !0;
|
|
|
this.countDown.node.active = !0;
|
|
|
this.process.node.active = !0;
|
|
|
this.countDown.setState(0);
|
|
|
this.process.setData(this.data);
|
|
|
+return [ 3, 8 ];
|
|
|
+
|
|
|
+case 8:
|
|
|
+return [ 2 ];
|
|
|
}
|
|
|
-}
|
|
|
+});
|
|
|
+});
|
|
|
};
|
|
|
e.prototype.activeFram = function() {
|
|
|
this.lockNode.active = !1;
|
|
|
@@ -8781,6 +8819,8 @@ this.data.growSpan = 0;
|
|
|
gData.gameData.setFarmDataMap(this.configID, this.data);
|
|
|
gData.gameData.setNextProduct(!1);
|
|
|
gData.farmGradeData.addGradeExp(s.ExpAddType.EAT_harvest, this.node);
|
|
|
+var t = this.node.getChildByName("hb");
|
|
|
+this.node.removeChild(t);
|
|
|
};
|
|
|
e.prototype.plant = function(t) {
|
|
|
return r(this, void 0, void 0, function() {
|
|
|
@@ -8816,9 +8856,14 @@ return [ 2 ];
|
|
|
});
|
|
|
};
|
|
|
e.prototype.onRiped = function() {
|
|
|
+return r(this, void 0, void 0, function() {
|
|
|
+return c(this, function() {
|
|
|
this._state = s.FarmState.Ripe;
|
|
|
this.data.state = s.FarmState.Ripe;
|
|
|
gData.gameData.setFarmDataMap(this.configID, this.data);
|
|
|
+return [ 2 ];
|
|
|
+});
|
|
|
+});
|
|
|
};
|
|
|
e.prototype.onSick = function() {
|
|
|
this._state = s.FarmState.Sick;
|
|
|
@@ -10295,7 +10340,7 @@ var s = t("../../game/data/GameData"), l = cc._decorator.ccclass, p = function(t
|
|
|
a(e, t);
|
|
|
function e() {
|
|
|
var e = null !== t && t.apply(this, arguments) || this;
|
|
|
-e.is_new_cb = !0;
|
|
|
+e.is_new_cbArr = [];
|
|
|
return e;
|
|
|
}
|
|
|
e.prototype.onLoad = function() {
|
|
|
@@ -10312,6 +10357,7 @@ var r, l, p, u, d, h, f, y, g;
|
|
|
return c(this, function(c) {
|
|
|
switch (c.label) {
|
|
|
case 0:
|
|
|
+this.is_new_cbArr[t] = !0;
|
|
|
r = 0;
|
|
|
c.label = 1;
|
|
|
|
|
|
@@ -10346,7 +10392,6 @@ r++;
|
|
|
return [ 3, 1 ];
|
|
|
|
|
|
case 5:
|
|
|
-this.is_new_cb = !0;
|
|
|
return [ 2 ];
|
|
|
}
|
|
|
});
|
|
|
@@ -10394,8 +10439,8 @@ position: cc.v3(c)
|
|
|
console.log("end_pos ", e.position);
|
|
|
-1 != a && i.showLabStrChange(a);
|
|
|
if (null != n) {
|
|
|
-i.is_new_cb && n();
|
|
|
-i.is_new_cb = !1;
|
|
|
+i.is_new_cbArr[t] && n();
|
|
|
+i.is_new_cbArr[t] = !1;
|
|
|
}
|
|
|
mk.pool.return("game/prefab/coin", e);
|
|
|
}).start();
|
|
|
@@ -11329,6 +11374,7 @@ this.gameData = null;
|
|
|
this.init_coin = !1;
|
|
|
this.updatePiggyBankValue = !1;
|
|
|
this.init_head = !1;
|
|
|
+this.init_add = !1;
|
|
|
this.init_red_point = !0;
|
|
|
this.props = new Map();
|
|
|
this.pools = [ {
|
|
|
@@ -12529,11 +12575,13 @@ e.node_taskHb = null;
|
|
|
e.btn_product = null;
|
|
|
e.lbl_farmLevel = null;
|
|
|
e.sp_levelPer = null;
|
|
|
+e.ani_add = null;
|
|
|
e.lastTimeSpan = 0;
|
|
|
e.span = 0;
|
|
|
return e;
|
|
|
}
|
|
|
e.prototype.onLoad = function() {
|
|
|
+this.ani_add.node.active = !1;
|
|
|
gData.gameData.gameStyle = this;
|
|
|
mk.ui.closePanel("login", function() {
|
|
|
mk.ui.closePanel("agreementTip");
|
|
|
@@ -12644,7 +12692,7 @@ this.nodeRedPoint.node_turnable.active = gData.turnable.redPoint();
|
|
|
this.nodeRedPoint.node_blessingBag.active = gData.blessingBag.redPoint();
|
|
|
this.nodeRedPoint.node_redeem.active = gData.redeem.redPoint();
|
|
|
gData.gameData.init_red_point = !1;
|
|
|
-this.nodeRedPoint.node_redbagCash.active && mk.guide.open(2);
|
|
|
+this.nodeRedPoint.node_redbagCash.active;
|
|
|
};
|
|
|
e.prototype.autoOpenPanel = function() {
|
|
|
if (!gData.gameData.isNewPlayer()) {
|
|
|
@@ -12757,11 +12805,12 @@ gData.gameData.init_task = !0;
|
|
|
}
|
|
|
};
|
|
|
e.prototype.doFlyExpAni = function(t, e, o) {
|
|
|
-var n = this.lbl_farmLevel.node.parent.convertToWorldSpaceAR(this.lbl_farmLevel.node.getPosition());
|
|
|
-mk.fly.PlayCoinAnim(2, 3, e, n, function() {
|
|
|
+var n = this, a = this.lbl_farmLevel.node.parent.convertToWorldSpaceAR(this.lbl_farmLevel.node.getPosition());
|
|
|
+mk.fly.PlayCoinAnim(2, 3, e, a, function() {
|
|
|
gData.gameData.gameData.gradeLevel = o.farmLevel;
|
|
|
gData.gameData.gameData.farmExpValue = o.userExp;
|
|
|
gData.gameData.gameData.farmGradeData = o.userFarmGrageRewardInfo;
|
|
|
+n.playAdd();
|
|
|
});
|
|
|
};
|
|
|
e.prototype.registerCallBack = function() {
|
|
|
@@ -12771,6 +12820,10 @@ s.default.callBack = function() {
|
|
|
mk.ui.openPanel("module/speedUpUI/productReward2");
|
|
|
};
|
|
|
};
|
|
|
+e.prototype.playAdd = function() {
|
|
|
+this.ani_add.node.active = !0;
|
|
|
+this.ani_add.play();
|
|
|
+};
|
|
|
i([ d({
|
|
|
type: cc.Node,
|
|
|
displayName: "游戏核心玩法"
|
|
|
@@ -12839,6 +12892,10 @@ i([ d({
|
|
|
type: cc.Sprite,
|
|
|
displayName: "等级进度"
|
|
|
}) ], e.prototype, "sp_levelPer", void 0);
|
|
|
+i([ d({
|
|
|
+type: cc.Animation,
|
|
|
+displayName: "增加效果文本"
|
|
|
+}) ], e.prototype, "ani_add", void 0);
|
|
|
return i([ u ], e);
|
|
|
}(cc.Component);
|
|
|
o.default = f;
|
|
|
@@ -14273,6 +14330,7 @@ this.node_dialog.x = o + parseInt(r[0]);
|
|
|
this.node_dialog.y = n + parseInt(r[1]);
|
|
|
}
|
|
|
var h = this.crtGuide.dialog_alignment;
|
|
|
+this.rich_dialog.horizontalAlign = "0" == h ? cc.macro.TextAlignment.LEFT : "1" == h ? cc.macro.TextAlignment.CENTER : cc.macro.TextAlignment.RIGHT;
|
|
|
this.rich_dialog1.horizontalAlign = "0" == h ? cc.macro.TextAlignment.LEFT : "1" == h ? cc.macro.TextAlignment.CENTER : cc.macro.TextAlignment.RIGHT;
|
|
|
if ("" == this.crtGuide.finger) this.node_finger.active = !1; else {
|
|
|
this.node_finger.active = !0;
|
|
|
@@ -14280,10 +14338,11 @@ r = this.crtGuide.finger.split(":");
|
|
|
this.node_finger.x = o + parseInt(r[0]);
|
|
|
this.node_finger.y = n + parseInt(r[1]);
|
|
|
}
|
|
|
-if (1 == this.crtGuide.tr_form) {
|
|
|
+3 != this.crtGuide.tr_form && 4 != this.crtGuide.tr_form || (this.node_bg.opacity = 0);
|
|
|
+if (1 == this.crtGuide.tr_form || 3 == this.crtGuide.tr_form) {
|
|
|
this.node_head.node.active = !0;
|
|
|
this.node_person.active = !1;
|
|
|
-} else {
|
|
|
+} else if (2 == this.crtGuide.tr_form || 4 == this.crtGuide.tr_form) {
|
|
|
this.node_head.node.active = !1;
|
|
|
this.node_person.active = !0;
|
|
|
}
|
|
|
@@ -14458,10 +14517,6 @@ t.prototype.setAdData.call(this, e);
|
|
|
this.setToEmpty();
|
|
|
};
|
|
|
e.prototype.setToEmpty = function() {
|
|
|
-if (this.call) {
|
|
|
-this.call();
|
|
|
-this.call = null;
|
|
|
-}
|
|
|
mk.ui.closePanel("HarvestPanel");
|
|
|
};
|
|
|
return i([ c ], e);
|
|
|
@@ -14616,9 +14671,17 @@ return null !== t && t.apply(this, arguments) || this;
|
|
|
}
|
|
|
e.prototype.clickNormalBtn = function() {
|
|
|
return r(this, void 0, void 0, function() {
|
|
|
+var t;
|
|
|
return c(this, function() {
|
|
|
gData.harvestData.setToEmpty();
|
|
|
gData.adData.checkShowFullInter(1);
|
|
|
+t = [ {
|
|
|
+rewardType: 1,
|
|
|
+rewardNum: 20
|
|
|
+} ];
|
|
|
+gData.reward.data = t;
|
|
|
+gData.reward.callback = gData.harvestData.call;
|
|
|
+mk.ui.openPanel("module/reward/reward");
|
|
|
return [ 2 ];
|
|
|
});
|
|
|
});
|
|
|
@@ -14629,16 +14692,24 @@ var t = this;
|
|
|
return c(this, function() {
|
|
|
mk.ad.watchAd(function(e) {
|
|
|
return r(t, void 0, void 0, function() {
|
|
|
-return c(this, function(t) {
|
|
|
-switch (t.label) {
|
|
|
+var t;
|
|
|
+return c(this, function(o) {
|
|
|
+switch (o.label) {
|
|
|
case 0:
|
|
|
mk.console.log("watchAD:" + e);
|
|
|
return e ? [ 4, gData.adData.watchVideo(s.AdFun.harvest) ] : [ 3, 2 ];
|
|
|
|
|
|
case 1:
|
|
|
-t.sent();
|
|
|
+o.sent();
|
|
|
gData.harvestData.setToEmpty();
|
|
|
-t.label = 2;
|
|
|
+t = [ {
|
|
|
+rewardType: 1,
|
|
|
+rewardNum: 20
|
|
|
+} ];
|
|
|
+gData.reward.data = t;
|
|
|
+gData.reward.callback = gData.harvestData.call;
|
|
|
+mk.ui.openPanel("module/reward/reward");
|
|
|
+o.label = 2;
|
|
|
|
|
|
case 2:
|
|
|
return [ 2 ];
|
|
|
@@ -17180,6 +17251,7 @@ return e;
|
|
|
e.prototype.start = function() {
|
|
|
this.canvas = cc.find("Canvas");
|
|
|
this.node.on(cc.Node.EventType.TOUCH_START, this.onMapTouchBegin, this);
|
|
|
+this.map.scale = 1.2;
|
|
|
this.node.setPosition(cc.v2(72, 348));
|
|
|
};
|
|
|
e.prototype.onDestroy = function() {
|
|
|
@@ -18947,7 +19019,8 @@ e.spr_cash_out = null;
|
|
|
e.lbl_progress = null;
|
|
|
e.node_cash = null;
|
|
|
e.sp_icon = null;
|
|
|
-e.node_video = null;
|
|
|
+e.node_openBtn = null;
|
|
|
+e.node_getBtn = null;
|
|
|
e.data = null;
|
|
|
e.cool = !1;
|
|
|
return e;
|
|
|
@@ -18974,7 +19047,8 @@ var n = o;
|
|
|
t.sp_icon.spriteFrame = new cc.SpriteFrame(n);
|
|
|
}
|
|
|
});
|
|
|
-this.node_video.active = !1;
|
|
|
+this.node_openBtn.active = !1;
|
|
|
+this.node_getBtn.active = !0;
|
|
|
return [ 2 ];
|
|
|
});
|
|
|
});
|
|
|
@@ -19053,7 +19127,8 @@ i([ f(cc.Sprite) ], e.prototype, "spr_cash_out", void 0);
|
|
|
i([ f(cc.Label) ], e.prototype, "lbl_progress", void 0);
|
|
|
i([ f(cc.Animation) ], e.prototype, "node_cash", void 0);
|
|
|
i([ f(cc.Sprite) ], e.prototype, "sp_icon", void 0);
|
|
|
-i([ f(cc.Node) ], e.prototype, "node_video", void 0);
|
|
|
+i([ f(cc.Node) ], e.prototype, "node_openBtn", void 0);
|
|
|
+i([ f(cc.Node) ], e.prototype, "node_getBtn", void 0);
|
|
|
return i([ h ], e);
|
|
|
}(cc.Component);
|
|
|
o.default = y;
|
|
|
@@ -20894,7 +20969,6 @@ t.lbl_value[o].string = "" + n;
|
|
|
}
|
|
|
}, .1);
|
|
|
};
|
|
|
-e.prototype.update = function() {};
|
|
|
e.prototype.clickVideoBtn = function() {
|
|
|
mk.audio.playEffect("button");
|
|
|
};
|
|
|
@@ -20902,6 +20976,9 @@ e.prototype.clickCloseBtn = function() {
|
|
|
mk.audio.playEffect("closeButton");
|
|
|
c.default.systemExit();
|
|
|
};
|
|
|
+e.prototype.clickExitBtn = function() {
|
|
|
+c.default.systemExit();
|
|
|
+};
|
|
|
i([ p({
|
|
|
displayName: "数字组",
|
|
|
type: cc.Label
|
|
|
@@ -20948,15 +21025,15 @@ return e;
|
|
|
}
|
|
|
e.prototype.onEnable = function() {
|
|
|
this.scheduleOnce(function() {
|
|
|
-mk.guide.open(3);
|
|
|
+mk.guide.open(4);
|
|
|
}, .5);
|
|
|
-this.lbl_times.string = "生产次数x" + gData.gameData.configs.ProductionAd;
|
|
|
+this.lbl_times.string = "生产次数x" + gData.gameData.configs.ServerConfig.ProductionAd;
|
|
|
};
|
|
|
e.prototype.clickVideoBtn = function() {
|
|
|
mk.audio.playEffect("button");
|
|
|
mk.ui.closePanel(this.node.name);
|
|
|
mk.ad.watchAd(function(t) {
|
|
|
-t && gData.gameData.changeLeftTimes(parseInt(gData.gameData.configs.ProductionAd));
|
|
|
+t && gData.gameData.changeLeftTimes(parseInt(gData.gameData.configs.ServerConfig.ProductionAd));
|
|
|
});
|
|
|
};
|
|
|
e.prototype.clickCloseBtn = function() {
|
|
|
@@ -22289,7 +22366,7 @@ mk.ad.showBanner();
|
|
|
};
|
|
|
e.prototype.onDisable = function() {
|
|
|
mk.ad.destoryBanner();
|
|
|
-mk.guide.open(2);
|
|
|
+mk.guide.open(3);
|
|
|
};
|
|
|
e.prototype.update = function(t) {
|
|
|
var e = this;
|
|
|
@@ -22305,7 +22382,7 @@ this.isShowNewTask = !1;
|
|
|
this.lbl_Ani.node.color = new cc.Color(255, 218, 49);
|
|
|
var o = cc.instantiate(this.lbl_Ani.node);
|
|
|
o.parent = this.lbl_Ani.node.parent;
|
|
|
-cc.tween(o).to(1.2, {
|
|
|
+cc.tween(o).to(.8, {
|
|
|
scale: 4,
|
|
|
opacity: 0
|
|
|
}).call(function() {
|
|
|
@@ -22333,6 +22410,9 @@ scale: 1.3
|
|
|
scale: 1
|
|
|
}).call(function() {
|
|
|
e.openBtn_ani.node.active = !0;
|
|
|
+mk.guide.open(2);
|
|
|
+e.initTaskProgressUI();
|
|
|
+e.showChangePart();
|
|
|
}).start();
|
|
|
}).start();
|
|
|
}
|
|
|
@@ -23111,6 +23191,7 @@ function e() {
|
|
|
var e = null !== t && t.apply(this, arguments) || this;
|
|
|
e.add_redbag_value = 0;
|
|
|
e._data = [];
|
|
|
+e.callback = null;
|
|
|
e.subType = 1;
|
|
|
return e;
|
|
|
}
|
|
|
@@ -23414,7 +23495,6 @@ case 0:
|
|
|
gData.reward.adData && (gData.reward.data = gData.reward.adData.videoRedMoney.videoRewardList);
|
|
|
if (!gData.reward.data || !gData.reward.data.length) return [ 2 ];
|
|
|
this.btn_close && (this.btn_close.active = !1);
|
|
|
-mk.audio.playEffect("rewardOpen");
|
|
|
this.cur_stage = s.none;
|
|
|
if ((t = gData.reward.data.length) >= 2) for (e = 0; e < t; e++) if (gData.reward.data[e].rewardType === p.RewardType.redBag) {
|
|
|
o = gData.reward.data.splice(e, 1);
|
|
|
@@ -23456,6 +23536,10 @@ return [ 2 ];
|
|
|
e.prototype.clickGetReward = function() {
|
|
|
cc.log("获取奖励:", gData.reward.data);
|
|
|
gData.reward.flyCoinAnim(this.node_hb);
|
|
|
+if (gData.reward.callback) {
|
|
|
+gData.reward.callback();
|
|
|
+gData.reward.callback = null;
|
|
|
+}
|
|
|
this.onClickClose();
|
|
|
0 == gData.gameData.getProp(p.GameProp.videoTimes) && mk.data.sendXYEvent("guide_receive", "新手引导领取2500红包币");
|
|
|
};
|
|
|
@@ -23465,7 +23549,7 @@ mk.ui.closePanel(this.node.name);
|
|
|
mk.ui.openPanel("module/redBagCash/redBagCash");
|
|
|
};
|
|
|
e.prototype.onDestroy = function() {
|
|
|
-this.cur_stage === s.none && mk.audio.playEffect("rewardClose");
|
|
|
+this.cur_stage === s.none && mk.audio.playEffect("closeButton");
|
|
|
};
|
|
|
e.prototype.onClickClose = function() {
|
|
|
mk.ad.destoryBanner();
|
|
|
@@ -28904,8 +28988,9 @@ e.prototype.clickChooseBtn = function(t, e) {
|
|
|
mk.audio.playEffect("button");
|
|
|
var o = parseInt(e);
|
|
|
if (o != this.curChooseIndex && !this.check_button[o].getIsCanNotChoose()) {
|
|
|
+this.check_button[o].setIsChoose(!0);
|
|
|
+this.check_button[this.curChooseIndex].setIsChoose(!1);
|
|
|
this.curChooseIndex = o;
|
|
|
-for (var n = 0; n != this.check_button.length; ++n) n == this.curChooseIndex ? this.check_button[n].setIsChoose(!0) : this.check_button[n].setIsChoose(!1);
|
|
|
}
|
|
|
};
|
|
|
e.prototype.clickCashOutBtn = function() {
|