|
@@ -10969,14 +10969,14 @@ Object.defineProperty(o, "__esModule", {
|
|
|
value: !0
|
|
value: !0
|
|
|
});
|
|
});
|
|
|
o.Fun = void 0;
|
|
o.Fun = void 0;
|
|
|
-var n, a = t("./AppData"), i = t("./GameData"), r = t("./HttpData"), c = t("./LoginData"), s = t("./StorageData"), l = t("./WechatData"), p = t("./module/HelpData"), u = t("./module/PigBankData"), d = t("./module/TurnableData"), h = t("./module/SignData"), f = t("./module/FissionData"), y = t("./AdData"), g = t("./module/RewardData"), m = t("./module/CashNormalData"), _ = t("./module/ReceiptNoticeData"), v = t("./module/BlessingBagData"), b = t("./module/CashProData"), D = t("./module/RedBagCashData"), w = t("./module/RedCodeData"), S = t("./module/RedeemData"), A = t("./module/MoreGameData"), P = t("./module/SettingData"), k = t("./module/GuideData"), O = t("./module/GuideWeakData"), R = t("./ConfigData"), I = t("./module/NewCashUIData"), T = t("../../before/view/data/ADUnlockData"), C = t("../../before/view/data/PlantData"), N = t("../../before/main/FarmSystem"), x = t("../../before/view/data/HarvestData"), j = t("../../before/view/data/ADClearSickData"), F = t("../../before/main/PastureSystem"), M = t("../../before/main/FactorySystem"), B = t("./module/FarmMapData"), L = t("./module/GradeRewardData"), E = t("./module/WalletCashOutData"), G = function() {
|
|
|
|
|
|
|
+var n, a = t("./AppData"), i = t("./GameData"), r = t("./HttpData"), c = t("./LoginData"), s = t("./StorageData"), l = t("./WechatData"), p = t("./module/HelpData"), u = t("./module/PigBankData"), d = t("./module/TurnableData"), h = t("./module/SignData"), f = t("./module/FissionData"), y = t("./AdData"), g = t("./module/RewardData"), m = t("./module/CashNormalData"), _ = t("./module/ReceiptNoticeData"), v = t("./module/BlessingBagData"), b = t("./module/CashProData"), D = t("./module/RedBagCashData"), w = t("./module/RedCodeData"), S = t("./module/RedeemData"), A = t("./module/MoreGameData"), P = t("./module/SettingData"), k = t("./module/GuideData"), O = t("./module/GuideWeakData"), I = t("./ConfigData"), R = t("./module/NewCashUIData"), T = t("../../before/view/data/ADUnlockData"), C = t("../../before/view/data/PlantData"), N = t("../../before/main/FarmSystem"), x = t("../../before/view/data/HarvestData"), j = t("../../before/view/data/ADClearSickData"), F = t("../../before/main/PastureSystem"), M = t("../../before/main/FactorySystem"), B = t("./module/FarmMapData"), L = t("./module/GradeRewardData"), E = t("./module/WalletCashOutData"), G = function() {
|
|
|
function t() {
|
|
function t() {
|
|
|
this.init();
|
|
this.init();
|
|
|
}
|
|
}
|
|
|
t.prototype.init = function() {
|
|
t.prototype.init = function() {
|
|
|
this.appData = new a.AppData();
|
|
this.appData = new a.AppData();
|
|
|
this.loginData = new c.LoginData();
|
|
this.loginData = new c.LoginData();
|
|
|
-this.configData = new R.ConfigData();
|
|
|
|
|
|
|
+this.configData = new I.ConfigData();
|
|
|
this.gameData = new i.GameData();
|
|
this.gameData = new i.GameData();
|
|
|
this.wechatData = new l.WechatData();
|
|
this.wechatData = new l.WechatData();
|
|
|
this.httpData = new r.HttpData();
|
|
this.httpData = new r.HttpData();
|
|
@@ -10999,7 +10999,7 @@ this.blessingBag = new v.BlessingBagData();
|
|
|
this.cashPro = new b.default();
|
|
this.cashPro = new b.default();
|
|
|
this.redCodeData = new w.default();
|
|
this.redCodeData = new w.default();
|
|
|
this.redeem = new S.default();
|
|
this.redeem = new S.default();
|
|
|
-this.newCashUiData = new I.NewCashUIData();
|
|
|
|
|
|
|
+this.newCashUiData = new R.NewCashUIData();
|
|
|
this.adUnlockData = new T.default();
|
|
this.adUnlockData = new T.default();
|
|
|
this.plantData = new C.default();
|
|
this.plantData = new C.default();
|
|
|
this.harvestData = new x.default();
|
|
this.harvestData = new x.default();
|
|
@@ -13799,6 +13799,7 @@ var n = t("../../game/data/GameData"), a = t("./UISystem"), i = function() {
|
|
|
function t() {}
|
|
function t() {}
|
|
|
t.prototype.open = function(t) {
|
|
t.prototype.open = function(t) {
|
|
|
this.crtGuideID = gData.gameData.getProp(n.GameProp.guideID);
|
|
this.crtGuideID = gData.gameData.getProp(n.GameProp.guideID);
|
|
|
|
|
+null == this.crtGuideID && (this.crtGuideID = 0);
|
|
|
if (this.crtGuideID >= 9999) mk.console.log("新手引导已做完"); else if (t <= this.crtGuideID && this.crtGuideID > 0) mk.console.log("当前引导已做过:" + t); else {
|
|
if (this.crtGuideID >= 9999) mk.console.log("新手引导已做完"); else if (t <= this.crtGuideID && this.crtGuideID > 0) mk.console.log("当前引导已做过:" + t); else {
|
|
|
gData.guideData.crtID = t;
|
|
gData.guideData.crtID = t;
|
|
|
this.crtGuideID = t;
|
|
this.crtGuideID = t;
|
|
@@ -17044,13 +17045,13 @@ configurable: !0
|
|
|
});
|
|
});
|
|
|
Object.defineProperty(t.prototype, "component", {
|
|
Object.defineProperty(t.prototype, "component", {
|
|
|
get: function() {
|
|
get: function() {
|
|
|
-return this._component || (this._component = new R());
|
|
|
|
|
|
|
+return this._component || (this._component = new I());
|
|
|
},
|
|
},
|
|
|
enumerable: !1,
|
|
enumerable: !1,
|
|
|
configurable: !0
|
|
configurable: !0
|
|
|
});
|
|
});
|
|
|
return t;
|
|
return t;
|
|
|
-}(), R = function() {
|
|
|
|
|
|
|
+}(), I = function() {
|
|
|
function t() {}
|
|
function t() {}
|
|
|
Object.defineProperty(t.prototype, "setGray", {
|
|
Object.defineProperty(t.prototype, "setGray", {
|
|
|
get: function() {
|
|
get: function() {
|
|
@@ -29782,7 +29783,8 @@ done: !0
|
|
|
Object.defineProperty(o, "__esModule", {
|
|
Object.defineProperty(o, "__esModule", {
|
|
|
value: !0
|
|
value: !0
|
|
|
});
|
|
});
|
|
|
-var s = cc._decorator, l = s.ccclass, p = (s.property, function(t) {
|
|
|
|
|
|
|
+var s = t("../../../mk/system/UISystem"), l = cc._decorator, p = l.ccclass, u = (l.property,
|
|
|
|
|
+function(t) {
|
|
|
a(e, t);
|
|
a(e, t);
|
|
|
function e() {
|
|
function e() {
|
|
|
return null !== t && t.apply(this, arguments) || this;
|
|
return null !== t && t.apply(this, arguments) || this;
|
|
@@ -29799,11 +29801,18 @@ return [ 2 ];
|
|
|
e.prototype.clickClose = function() {
|
|
e.prototype.clickClose = function() {
|
|
|
mk.ui.closePanel(this.node.name);
|
|
mk.ui.closePanel(this.node.name);
|
|
|
};
|
|
};
|
|
|
-return i([ l ], e);
|
|
|
|
|
|
|
+e.prototype.clickAgree = function() {
|
|
|
|
|
+mk.ui.closePanel(this.node.name);
|
|
|
|
|
+var t = cc.find("Canvas/主界面层");
|
|
|
|
|
+mk.ui.openPanel("game/prefab/game", s.OpenActionType.normal, t);
|
|
|
|
|
+};
|
|
|
|
|
+return i([ p ], e);
|
|
|
}(cc.Component));
|
|
}(cc.Component));
|
|
|
-o.default = p;
|
|
|
|
|
|
|
+o.default = u;
|
|
|
cc._RF.pop();
|
|
cc._RF.pop();
|
|
|
-}, {} ],
|
|
|
|
|
|
|
+}, {
|
|
|
|
|
+"../../../mk/system/UISystem": "UISystem"
|
|
|
|
|
+} ],
|
|
|
base64: [ function(t, e, o) {
|
|
base64: [ function(t, e, o) {
|
|
|
"use strict";
|
|
"use strict";
|
|
|
cc._RF.push(e, "46dba/4JnZL8LqBzMYhW9lP", "base64");
|
|
cc._RF.push(e, "46dba/4JnZL8LqBzMYhW9lP", "base64");
|