|
@@ -15184,12 +15184,19 @@ done: !0
|
|
|
Object.defineProperty(o, "__esModule", {
|
|
Object.defineProperty(o, "__esModule", {
|
|
|
value: !0
|
|
value: !0
|
|
|
});
|
|
});
|
|
|
-var s = t("../../../game/data/AdData"), l = t("../../../game/data/GameData"), p = cc._decorator, u = p.ccclass, d = (p.property,
|
|
|
|
|
-function(t) {
|
|
|
|
|
|
|
+var s = t("../../../game/data/AdData"), l = t("../../../game/data/GameData"), p = cc._decorator, u = p.ccclass, d = p.property, h = function(t) {
|
|
|
a(e, t);
|
|
a(e, t);
|
|
|
function e() {
|
|
function e() {
|
|
|
-return null !== t && t.apply(this, arguments) || this;
|
|
|
|
|
|
|
+var e = null !== t && t.apply(this, arguments) || this;
|
|
|
|
|
+e.lbl_des = null;
|
|
|
|
|
+e.lbl_max = null;
|
|
|
|
|
+return e;
|
|
|
}
|
|
}
|
|
|
|
|
+e.prototype.start = function() {
|
|
|
|
|
+var t = .01 * gData.gameData.configs.CashCfg[0].money;
|
|
|
|
|
+this.lbl_des.string = "1000红包券=0.1元\n满" + t + "元即可提现";
|
|
|
|
|
+this.lbl_max.string = "最高获得</c><color=#ff0000>" + gData.harvestData.config.menuRedBagCoin + "</color>红包券";
|
|
|
|
|
+};
|
|
|
e.prototype.clickNormalBtn = function() {
|
|
e.prototype.clickNormalBtn = function() {
|
|
|
return r(this, void 0, void 0, function() {
|
|
return r(this, void 0, void 0, function() {
|
|
|
var t, e, o;
|
|
var t, e, o;
|
|
@@ -15259,9 +15266,15 @@ e.prototype.clickClose = function() {
|
|
|
mk.audio.playEffect("button");
|
|
mk.audio.playEffect("button");
|
|
|
mk.ui.closePanel(this.node.name);
|
|
mk.ui.closePanel(this.node.name);
|
|
|
};
|
|
};
|
|
|
|
|
+i([ d({
|
|
|
|
|
+type: cc.Label
|
|
|
|
|
+}) ], e.prototype, "lbl_des", void 0);
|
|
|
|
|
+i([ d({
|
|
|
|
|
+type: cc.RichText
|
|
|
|
|
+}) ], e.prototype, "lbl_max", void 0);
|
|
|
return i([ u ], e);
|
|
return i([ u ], e);
|
|
|
-}(cc.Component));
|
|
|
|
|
-o.default = d;
|
|
|
|
|
|
|
+}(cc.Component);
|
|
|
|
|
+o.default = h;
|
|
|
cc._RF.pop();
|
|
cc._RF.pop();
|
|
|
}, {
|
|
}, {
|
|
|
"../../../game/data/AdData": "AdData",
|
|
"../../../game/data/AdData": "AdData",
|