This commit is contained in:
2025-10-14 18:54:02 +08:00
parent b40b02e2a2
commit af2031f486
11 changed files with 352 additions and 111 deletions
@@ -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);
}
}