|
|
@@ -13973,6 +13973,7 @@ this.taskRedBagAutoShowLimit = 0;
|
|
|
this.insectAutoShowLimit = 0;
|
|
|
this.insertAdLimit = 0;
|
|
|
this.insertAdSwitch = [];
|
|
|
+this.isDoOrderRefreshAni = !1;
|
|
|
this._farmMapRewardData = [];
|
|
|
this._cashOutTimes = 0;
|
|
|
this._farmData = [];
|
|
|
@@ -14127,8 +14128,6 @@ gData.safeDepositBoxData.richBankDailyVideoTimes = t.richBankDailyVideoTimes;
|
|
|
gData.safeDepositBoxData.richbankLoginDays = t.richbankLoginDays;
|
|
|
gData.safeDepositBoxData.richBankDailyTotelVideoTimes = t.richBankDailyTotelVideoTimes;
|
|
|
gData.safeDepositBoxData.richBankTotelLoginDays = t.richBankTotelLoginDays;
|
|
|
-this.playerProp.cashOutBillData = t.billOrderInfoView;
|
|
|
-mk.console.logSingle("cashOutBillData======", t.billOrderInfoView);
|
|
|
};
|
|
|
t.prototype.cloneOrderData = function(t) {
|
|
|
void 0 === t && (t = !1);
|
|
|
@@ -14496,7 +14495,7 @@ void 0 === t && (t = !0);
|
|
|
if (!this.nextMake) {
|
|
|
gData.farmSystem.selectNextFarm({
|
|
|
state: -1
|
|
|
-}, t) || gData.pastureSystem.nextPastureExtra() || gData.factorySystem.nextFactoryExtra() || (this.nextType = 0);
|
|
|
+}, t) || (this.nextType = 0);
|
|
|
this.init_makeInfo = !0;
|
|
|
}
|
|
|
};
|
|
|
@@ -15422,7 +15421,7 @@ this._redMoney = t;
|
|
|
gData.gameData.init_coin = !0;
|
|
|
gData.gameData.init_wallet_redMoney = !0;
|
|
|
mk.event.emit("refreshCoin");
|
|
|
-this._redMoney >= 3e5 && (mk.ui.isPopPanel() || mk.guide.open(14));
|
|
|
+!mk.guide.isGuideComplete() && this._redMoney >= 3e5 && (mk.ui.isPopPanel() || gData.gameData.isDoOrderRefreshAni || mk.guide.open(14));
|
|
|
mk.data.setTAEventUser(0, "current_redmoney_stock", this._redMoney);
|
|
|
},
|
|
|
enumerable: !1,
|
|
|
@@ -16805,6 +16804,7 @@ rewardNum: o
|
|
|
} ];
|
|
|
mk.ui.openPanel("module/reward/reward");
|
|
|
if (t) {
|
|
|
+gData.gameData.isDoOrderRefreshAni = !0;
|
|
|
this.node_crop.forEach(function(t) {
|
|
|
t.active = !1;
|
|
|
});
|
|
|
@@ -16831,6 +16831,7 @@ this.isStopFarm = !0;
|
|
|
}
|
|
|
};
|
|
|
e.prototype.showRefreshLogic = function() {
|
|
|
+gData.gameData.isDoOrderRefreshAni = !1;
|
|
|
this.node_crop.forEach(function(t) {
|
|
|
t.active = !0;
|
|
|
});
|
|
|
@@ -20052,7 +20053,7 @@ value: !0
|
|
|
a.ServerUrl = a.HttpData = void 0;
|
|
|
var o, n = function() {
|
|
|
function t() {
|
|
|
-this.serverType = 0;
|
|
|
+this.serverType = 1;
|
|
|
}
|
|
|
t.prototype.getServerUrl = function() {
|
|
|
switch (this.serverType) {
|
|
|
@@ -21481,7 +21482,7 @@ return e;
|
|
|
}
|
|
|
return e;
|
|
|
};
|
|
|
-t.ifShowLog = !0;
|
|
|
+t.ifShowLog = !1;
|
|
|
return t;
|
|
|
}();
|
|
|
a.default = i;
|
|
|
@@ -24595,7 +24596,6 @@ t = gData.gameData.getProp(r.GameProp.cashTimes);
|
|
|
console.log("cashTimes2222======" + t);
|
|
|
gData.gameData.showRichBankIconLimit == t && "1" == gData.gameData.funOpenData[13] && mk.event.emit("showRichBankIcon");
|
|
|
gData.gameData.taskRedBagAutoShowLimit == t && "1" == gData.gameData.funOpenData[4] && mk.event.emit("showTaskRedBagAction");
|
|
|
-gData.cashOutBillData.getUserBillInfo();
|
|
|
};
|
|
|
e.prototype.onEnable = function() {
|
|
|
mk.ad.showNative();
|