wuwangdong 4 роки тому
батько
коміт
8f82d5f2aa

Різницю між файлами не показано, бо вона завелика
+ 229 - 153
assets/resources/game/coregame/coregame.prefab


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


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
build/jsb-link/assets/resources/config.json


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
build/jsb-link/assets/resources/import/bd/bd8e9fc6-68d4-4939-9496-9896f0ccc938.json


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
build/jsb-link/assets/resources/import/f7/f7b563d2-2a35-4ed4-b0b0-05dd74c0033f.json


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


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

@@ -7119,7 +7119,7 @@ e.prototype.onLoad = function() {};
 e.prototype.start = function() {
 var t = this;
 if (this.isDelayOneFrame) {
-r.scale && (this.effect_par.opacity = 0);
+r.scale === this.open_effect && (this.effect_par.opacity = 0);
 cc.tween(this.effect_par).delay(.16).call(function() {
 t.showEffect();
 }).start();
@@ -17432,7 +17432,7 @@ e.prototype.checkPrivacy = function() {
 };
 e.prototype.setProgress = function(t) {
 var e = t / 100;
-if (e > this.bar.fillRange) {
+if (this.bar && e > this.bar.fillRange) {
 this.bar.fillRange = e;
 this.lbl_progress.string = "加载中 " + t + "%";
 }
@@ -25454,9 +25454,7 @@ e.lbl_value = null;
 e.node_rule = null;
 return e;
 }
-e.prototype.onLoad = function() {
-this.initData();
-};
+e.prototype.onLoad = function() {};
 e.prototype.start = function() {};
 e.prototype.initData = function() {
 return r(this, void 0, void 0, function() {
@@ -25489,12 +25487,16 @@ return [ 4, mk.loader.load("module/gradeReward/texture/name" + gData.gameData.pl
 case 3:
 a.spriteFrame = r.sent();
 console.log("=== gData.wechatData.avatar", gData.wechatData.avatar);
-return [ 4, mk.loader.loadRemote(gData.wechatData.avatar + "?aaa=aa.jpg", null) ];
+return "" == gData.wechatData.avatar ? [ 3, 5 ] : [ 4, mk.loader.loadRemote(gData.wechatData.avatar + "?aaa=aa.jpg", null) ];
 
 case 4:
-i = r.sent();
+if (i = r.sent()) {
 this.img_head.spriteFrame = new cc.SpriteFrame(i);
 console.log("=== loadHead:", i);
+}
+r.label = 5;
+
+case 5:
 return [ 2 ];
 }
 });

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

@@ -9,7 +9,7 @@
         "https://xcx-box.oss-cn-hangzhou.aliyuncs.com/hotgame/EasyEliminate/baseRemote/",
         "https://xcx-box.oss-cn-hangzhou.aliyuncs.com/hotgame/kxnlyTest/baseRemote/"
     ],
-    "buildTime": 1631613781686,
-    "genTime": 1631613781686,
+    "buildTime": 1631667114329,
+    "genTime": 1631667114329,
     "genVersion": null
 }

Деякі файли не було показано, через те що забагато файлів було змінено