wuwangdong hace 4 años
padre
commit
702854bf90

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
assets/resources/module/login/hot/project.manifest


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

@@ -212,6 +212,7 @@ export class GameData {
         gData.gameData.welfareOpenLimit = parseInt(this.configs.ServerConfig.welfareOpen);
 
         gData.gameData.showRichBankIconLimit = parseInt(this.configs.ServerConfig.bankIcon);
+        console.log(`showRichBankIconLimit=====${gData.gameData.showRichBankIconLimit}`);
         
         let logSwitch = parseInt(this.configs.ServerConfig.logSwitch);
         if(logSwitch){

+ 2 - 1
assets/script/game/data/module/SafeDepositBoxData.ts

@@ -108,7 +108,8 @@ export default class SafeDepositBoxData {
         if(gData.gameData.richBankTeachTag){
             gData.gameData.richBankTeachTag = false;
             let isOpenRichBankUI = mk.ui.isPopPanel();
-            if(gData.gameData.funOpenData[13] == "1" && !isOpenRichBankUI){
+            let times = gData.gameData.getProp(GameProp.cashTimes);
+            if(gData.gameData.funOpenData[13] == "1" && !isOpenRichBankUI && times >=gData.gameData.showRichBankIconLimit){
                 if(this.cashRecordData.length > this.cashRecordDataLength){
                     this.cashRecordDataLength = this.cashRecordData.length;
                     this.isTeach =  mk.guide.open(13);

+ 1 - 0
assets/script/game/game/FunBtns.ts

@@ -54,6 +54,7 @@ export default class FunBtns extends cc.Component {
                 }
                 else if (i == 13 && data[i] == "1") {
                     let times = gData.gameData.getProp(GameProp.cashTimes);
+                    console.log(`cashTimes======${times}`);
                     if (!times || times < gData.gameData.showRichBankIconLimit) {
                         node_btn.active = false;
                         mk.event.register("showRichBankIcon", this.showRichBankIcon.bind(this), this);

+ 1 - 0
assets/script/game/module/newNotice/NewNotice.ts

@@ -24,6 +24,7 @@ export default class NewNotice extends cc.Component {
         gData.gameData.setProp(GameProp.cashTimes, ++times);
 
         times = gData.gameData.getProp(GameProp.cashTimes);
+        console.log(`cashTimes2222======${times}`);
         if(gData.gameData.showRichBankIconLimit == times && gData.gameData.funOpenData[13] == "1"){
             mk.event.emit("showRichBankIcon");   
         }

+ 1 - 1
build/jsb-link/assets/internal/config.json

@@ -1 +1 @@
-{"paths":{"0":["effects/builtin-2d-graphics",0],"1":["effects/builtin-2d-gray-sprite",0],"2":["effects/builtin-2d-label",0],"3":["effects/builtin-2d-spine",0],"4":["effects/builtin-2d-sprite",0],"5":["effects/builtin-3d-particle",0],"6":["effects/builtin-3d-trail",0],"7":["effects/builtin-clear-stencil",0],"8":["effects/builtin-unlit",0],"9":["materials/builtin-2d-base",1],"10":["materials/builtin-2d-graphics",1],"11":["materials/builtin-2d-gray-sprite",1],"12":["materials/builtin-2d-label",1],"13":["materials/builtin-2d-spine",1],"14":["materials/builtin-2d-sprite",1],"15":["materials/builtin-3d-particle",1],"16":["materials/builtin-3d-trail",1],"17":["materials/builtin-clear-stencil",1],"18":["materials/builtin-unlit",1]},"types":["cc.EffectAsset","cc.Material"],"uuids":["30aC+Hnw1PF4pEcoY3kUYb","14TDKXr2NJ6LjvHPops74o","f1h0LXVtJOta5JLZ1xCzfI","0ek66qC1NOQLjgYmi04HvX","28dPjdQWxEQIG3VVl1Qm6T","82migssElAGb04Ws6NimQX","2afAA24LNP4YmYiaVLiivs","c0BAyVxX9JzZy8EjFrc9DU","6dkeWRTOBGXICfYQ7JUBnG","6fgBCSDDdPMInvyNlggls2","a1U5RdJRFMFL57BdJC9H1X","3ae7efMv1CLq2ilvUY/tQi","e0LYfU5ZlNFoAB4UiRrGUG","7a/QZLET9IDreTiBfRn2PD","ecpdLyjvZBwrvm+cedCcQy","43L6CczwNM/6GGmCYEQIoH","46bU+b5fROqIXVPG6aZWWK","cffgu4qBxEqa150o1DmRAy","2aKWBXJHxKHLvrBUi2yYZQ","60AwGqM1dKELCGhPAR+jK6","02delMVqdBD70a/HSD99FK"],"scenes":{},"redirect":[],"deps":[],"packs":{"0b6c4470e":[20,3,1,4,18,6,0,11,15,16,19,8,9,13,5,10,7,17,12,14,2]},"name":"internal","importBase":"import","nativeBase":"native","debug":false,"isZip":false,"encrypted":true}
+{"paths":{"0":["effects/builtin-2d-graphics",0],"1":["effects/builtin-2d-gray-sprite",0],"2":["effects/builtin-2d-label",0],"3":["effects/builtin-2d-spine",0],"4":["effects/builtin-2d-sprite",0],"5":["effects/builtin-3d-particle",0],"6":["effects/builtin-3d-trail",0],"7":["effects/builtin-clear-stencil",0],"8":["effects/builtin-unlit",0],"9":["materials/builtin-2d-base",1],"10":["materials/builtin-2d-graphics",1],"11":["materials/builtin-2d-gray-sprite",1],"12":["materials/builtin-2d-label",1],"13":["materials/builtin-2d-spine",1],"14":["materials/builtin-2d-sprite",1],"15":["materials/builtin-3d-particle",1],"16":["materials/builtin-3d-trail",1],"17":["materials/builtin-clear-stencil",1],"18":["materials/builtin-unlit",1]},"types":["cc.EffectAsset","cc.Material"],"uuids":["30aC+Hnw1PF4pEcoY3kUYb","14TDKXr2NJ6LjvHPops74o","f1h0LXVtJOta5JLZ1xCzfI","0ek66qC1NOQLjgYmi04HvX","28dPjdQWxEQIG3VVl1Qm6T","82migssElAGb04Ws6NimQX","2afAA24LNP4YmYiaVLiivs","c0BAyVxX9JzZy8EjFrc9DU","6dkeWRTOBGXICfYQ7JUBnG","6fgBCSDDdPMInvyNlggls2","a1U5RdJRFMFL57BdJC9H1X","3ae7efMv1CLq2ilvUY/tQi","e0LYfU5ZlNFoAB4UiRrGUG","7a/QZLET9IDreTiBfRn2PD","ecpdLyjvZBwrvm+cedCcQy","43L6CczwNM/6GGmCYEQIoH","46bU+b5fROqIXVPG6aZWWK","cffgu4qBxEqa150o1DmRAy","2aKWBXJHxKHLvrBUi2yYZQ","02delMVqdBD70a/HSD99FK","60AwGqM1dKELCGhPAR+jK6"],"scenes":{},"redirect":[],"deps":[],"packs":{"0b6c4470e":[19,3,1,4,18,6,0,11,15,16,20,8,9,13,5,10,7,17,12,14,2]},"name":"internal","importBase":"import","nativeBase":"native","debug":false,"isZip":false,"encrypted":true}

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


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
build/jsb-link/assets/resources/config.json


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
build/jsb-link/assets/resources/native/a8/a81eb395-718d-4f3b-958c-cb871f7dd5fa.manifest


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


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

@@ -12891,6 +12891,7 @@ this.btn5.y = this.btn5.y + 170;
 this.addCount += 1;
 } else if (2 == e && "0" == t[e]) this.btn4.y = this.btn4.y + 170; else if (4 == e && "0" == t[e]) this.addCount += 1; else if (13 == e && "1" == t[e]) {
 var o = gData.gameData.getProp(c.GameProp.cashTimes);
+console.log("cashTimes======" + o);
 if (!o || o < gData.gameData.showRichBankIconLimit) {
 a.active = !1;
 mk.event.register("showRichBankIcon", this.showRichBankIcon.bind(this), this);
@@ -13484,6 +13485,7 @@ gData.gameData.RawInsectArr = this.configs.ServerConfig.RawInsect.split(",");
 gData.safeDepositBoxData.richBankConfig = this.configs.NewBankTask;
 gData.gameData.welfareOpenLimit = parseInt(this.configs.ServerConfig.welfareOpen);
 gData.gameData.showRichBankIconLimit = parseInt(this.configs.ServerConfig.bankIcon);
+console.log("showRichBankIconLimit=====" + gData.gameData.showRichBankIconLimit);
 var e = parseInt(this.configs.ServerConfig.logSwitch);
 s.default.ifShowLog = !!e;
 };
@@ -23795,6 +23797,7 @@ var t = gData.gameData.getProp(r.GameProp.cashTimes);
 t || (t = 0);
 gData.gameData.setProp(r.GameProp.cashTimes, ++t);
 t = gData.gameData.getProp(r.GameProp.cashTimes);
+console.log("cashTimes2222======" + t);
 gData.gameData.showRichBankIconLimit == t && "1" == gData.gameData.funOpenData[13] && mk.event.emit("showRichBankIcon");
 };
 e.prototype.onEnable = function() {
@@ -28759,25 +28762,26 @@ if (i.index == a) return i;
 };
 t.prototype.updateQipao = function() {
 return n(this, void 0, void 0, function() {
-var t, e;
-return i(this, function(a) {
-switch (a.label) {
+var t, e, a;
+return i(this, function(o) {
+switch (o.label) {
 case 0:
 return [ 4, mk.time.WaitForSeconds(1) ];
 
 case 1:
-a.sent();
+o.sent();
 return [ 4, mk.http.sendData("newrichbank/getCashRecord", {}) ];
 
 case 2:
-if ((t = a.sent()) && 0 == t.errcode) {
+if ((t = o.sent()) && 0 == t.errcode) {
 this.cashRecordData = t.data;
 this.freshQipao = !0;
 }
 if (gData.gameData.richBankTeachTag) {
 gData.gameData.richBankTeachTag = !1;
 e = mk.ui.isPopPanel();
-if ("1" == gData.gameData.funOpenData[13] && !e && this.cashRecordData.length > this.cashRecordDataLength) {
+a = gData.gameData.getProp(s.GameProp.cashTimes);
+if ("1" == gData.gameData.funOpenData[13] && !e && a >= gData.gameData.showRichBankIconLimit && this.cashRecordData.length > this.cashRecordDataLength) {
 this.cashRecordDataLength = this.cashRecordData.length;
 this.isTeach = mk.guide.open(13);
 }

+ 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": 1638427673681,
-    "genTime": 1638427673681,
+    "buildTime": 1638433399762,
+    "genTime": 1638433399762,
     "genVersion": null
 }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
packages-hot-update/manifest/project.manifest


BIN
packages-hot-update/versions/ver_1_0.9.zip


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio