bug fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { _decorator, Component, Node, tween, UIOpacity, Vec3 } from "cc";
|
||||
import li_BaseView from "../../../Main/Common/li_BaseView";
|
||||
import { NavigationManager } from "../../manager/NavigationManager";
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass("ReleasePanel")
|
||||
@@ -13,6 +14,6 @@ export class ReleasePanel extends li_BaseView {
|
||||
}
|
||||
|
||||
private closePanel() {
|
||||
this.close();
|
||||
NavigationManager.Instance.closePopupPanel(this.node);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user