wuwangdong 4 년 전
부모
커밋
717c950f57

+ 1 - 1
assets/script/game/data/GameData.ts

@@ -204,7 +204,7 @@ export class GameData {
         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);
     }

+ 2 - 2
assets/script/game/module/safeDepositBox/SafeDepositBox.ts

@@ -557,8 +557,8 @@ export default class SafeDepositBox extends cc.Component {
         gData.safeDepositBoxData.richBankDailyVideoTimes = 0
         gData.safeDepositBoxData.isStartBankTask = 0;
         //计算提现后,银行内剩余的
-        let currentConfig = gData.safeDepositBoxData.getBankTaskIndexExtra(true);
-        gData.safeDepositBoxData.richBankCashAmount = gData.safeDepositBoxData.richBankCashAmount - currentConfig.money
+        //let currentConfig = gData.safeDepositBoxData.getBankTaskIndexExtra(true);
+        gData.safeDepositBoxData.richBankCashAmount = gData.safeDepositBoxData.richBankCashAmount - config.money
         if (gData.safeDepositBoxData.richBankCashAmount < 0) {
             gData.safeDepositBoxData.richBankCashAmount = 0
         }

BIN
build/jsb-link/assets/main/index.jsc


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/jsb-link/assets/resources/config.json


BIN
build/jsb-link/frameworks/runtime-src/proj.android-studio/.idea/caches/build_file_checksums.ser


+ 2 - 3
build/jsb-link/js backups (useful for debugging)/main.index.js

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

+ 2 - 2
packages-hot-update/cfg.json

@@ -12,7 +12,7 @@
         "https://xcx-box.oss-cn-hangzhou.aliyuncs.com/hotgame/kncdsfTest/baseRemote/",
         "https://xcx-box.oss-cn-hangzhou.aliyuncs.com/hotgame/kncdsf/baseRemote/"
     ],
-    "buildTime": 1638242433102,
-    "genTime": 1638242433102,
+    "buildTime": 1638243335439,
+    "genTime": 1638243335439,
     "genVersion": null
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.