|
|
@@ -15255,7 +15255,7 @@ this._redMoney = t;
|
|
|
gData.gameData.init_coin = !0;
|
|
|
gData.gameData.init_wallet_redMoney = !0;
|
|
|
mk.event.emit("refreshCoin");
|
|
|
-this._redMoney >= 3e5 && mk.guide.open(14);
|
|
|
+this._redMoney >= 3e5 && (mk.ui.isPopPanel() || mk.guide.open(14));
|
|
|
mk.data.setTAEventUser(0, "current_redmoney_stock", this._redMoney);
|
|
|
},
|
|
|
enumerable: !1,
|
|
|
@@ -17964,11 +17964,13 @@ var t, e, a, o, i, r, s, c;
|
|
|
return n(this, function(n) {
|
|
|
switch (n.label) {
|
|
|
case 0:
|
|
|
+console.log("=========1");
|
|
|
return !(t = gData.gameData.configs.Guide) || t && t.length <= 0 ? [ 4, mk.loader.load("data/guide_data", cc.JsonAsset) ] : [ 3, 2 ];
|
|
|
|
|
|
case 1:
|
|
|
(e = n.sent()) && e.json && (t = e.json);
|
|
|
cc.log("无远程引导数据,使用本地测试数据");
|
|
|
+console.log("=========2");
|
|
|
n.label = 2;
|
|
|
|
|
|
case 2:
|
|
|
@@ -18394,6 +18396,7 @@ this.node_click.on(cc.Node.EventType.TOUCH_START, this.clickNodeClick, this);
|
|
|
e.prototype.start = function() {
|
|
|
if (null != gData.guideData.crtID) {
|
|
|
this.reset();
|
|
|
+console.log("=========" + gData.guideData.crtID);
|
|
|
this.guides = gData.guideData.getGuidesByID(gData.guideData.crtID);
|
|
|
this.crtStep = -1;
|
|
|
this.nextStep();
|
|
|
@@ -21308,7 +21311,7 @@ return e;
|
|
|
}
|
|
|
return e;
|
|
|
};
|
|
|
-t.ifShowLog = !1;
|
|
|
+t.ifShowLog = !0;
|
|
|
return t;
|
|
|
}();
|
|
|
a.default = i;
|