54 lines
1.6 KiB
JavaScript
54 lines
1.6 KiB
JavaScript
System.register(["__unresolved_0", "cc", "__unresolved_1"], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Component, TBG, _dec, _class, _crd, ccclass, property, WithdrawalModal;
|
|
|
|
function _reportPossibleCrUseOfTBG(extras) {
|
|
_reporterNs.report("TBG", "../tgb", _context.meta, extras);
|
|
}
|
|
|
|
return {
|
|
setters: [function (_unresolved_) {
|
|
_reporterNs = _unresolved_;
|
|
}, function (_cc) {
|
|
_cclegacy = _cc.cclegacy;
|
|
__checkObsolete__ = _cc.__checkObsolete__;
|
|
__checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
|
|
_decorator = _cc._decorator;
|
|
Component = _cc.Component;
|
|
}, function (_unresolved_2) {
|
|
TBG = _unresolved_2.default;
|
|
}],
|
|
execute: function () {
|
|
_crd = true;
|
|
|
|
_cclegacy._RF.push({}, "6e410fe6ClCe4NyFsXqRtlO", "WithdrawalModal", undefined);
|
|
|
|
__checkObsolete__(['_decorator', 'Component', 'Node']);
|
|
|
|
({
|
|
ccclass,
|
|
property
|
|
} = _decorator);
|
|
|
|
_export("WithdrawalModal", WithdrawalModal = (_dec = ccclass("WithdrawalModal"), _dec(_class = class WithdrawalModal extends Component {
|
|
start() {
|
|
const tbg = new (_crd && TBG === void 0 ? (_reportPossibleCrUseOfTBG({
|
|
error: Error()
|
|
}), TBG) : TBG)({});
|
|
tbg.on("accountChange", () => {
|
|
console.log("hasChange");
|
|
});
|
|
}
|
|
|
|
update(deltaTime) {}
|
|
|
|
}) || _class));
|
|
|
|
_cclegacy._RF.pop();
|
|
|
|
_crd = false;
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=8c82adb5c2f480be874cd1f3a4bd1bc06615efcd.js.map
|