update 页面跳转
This commit is contained in:
@@ -44,6 +44,11 @@ export class PurchasePanel extends li_BaseView {
|
||||
web3BtnNotSelect;
|
||||
|
||||
onLoadCT(): void {
|
||||
this.node.active = false;
|
||||
this.scheduleOnce(() => {
|
||||
this.node.active = true;
|
||||
}, 0.2);
|
||||
|
||||
Utils.parseNode(this.node, this._nodeTab);
|
||||
this.coinNum = this._nodeTab.coinNum.getComponent(Label);
|
||||
this.vipLeftTime = this._nodeTab.vipText.getComponent(Label);
|
||||
|
||||
Reference in New Issue
Block a user