|
|
@@ -13311,7 +13311,7 @@ gData.gameData.shareTitle = this.configs.ServerConfig.shareTitle;
|
|
|
gData.gameData.shareDes = this.configs.ServerConfig.shareDes;
|
|
|
gData.gameData.shareImgUrl = this.configs.ServerConfig.shareImgUrl;
|
|
|
gData.gameData.RawInsectArr = this.configs.ServerConfig.RawInsect.split(",");
|
|
|
-gData.safeDepositBoxData.richBankConfig = this.configs.BankTask;
|
|
|
+gData.safeDepositBoxData.richBankConfig = this.configs.NewBankTask;
|
|
|
gData.gameData.welfareOpenLimit = parseInt(this.configs.ServerConfig.welfareOpen);
|
|
|
};
|
|
|
t.prototype.initPlayerProp = function(t) {
|
|
|
@@ -29152,8 +29152,7 @@ console.log("currentRichBankCashTaskIndex 222======== " + t.currentRichBankCashT
|
|
|
gData.safeDepositBoxData.richbankLoginDays = 1;
|
|
|
gData.safeDepositBoxData.richBankDailyVideoTimes = 0;
|
|
|
gData.safeDepositBoxData.isStartBankTask = 0;
|
|
|
-var i = gData.safeDepositBoxData.getBankTaskIndexExtra(!0);
|
|
|
-gData.safeDepositBoxData.richBankCashAmount = gData.safeDepositBoxData.richBankCashAmount - i.money;
|
|
|
+gData.safeDepositBoxData.richBankCashAmount = gData.safeDepositBoxData.richBankCashAmount - n.money;
|
|
|
gData.safeDepositBoxData.richBankCashAmount < 0 && (gData.safeDepositBoxData.richBankCashAmount = 0);
|
|
|
mk.data.sendDataEvent("Bank", "银行-任务全部完成");
|
|
|
this.tixianSuccess(!0);
|