update 页面跳转
This commit is contained in:
@@ -28,6 +28,10 @@ export class GirlListPanel extends li_BaseView {
|
||||
category: number;
|
||||
|
||||
onLoadCT() {
|
||||
this.node.active = false;
|
||||
this.scheduleOnce(() => {
|
||||
this.node.active = true;
|
||||
}, 0.1);
|
||||
Utils.parseNode(this.node, this._nodeTab);
|
||||
this.registerListener();
|
||||
this.itemInst = this._nodeTab.BubbleItem.getComponent(GirlListItem);
|
||||
|
||||
Reference in New Issue
Block a user