调整布局、新增导航栏,调整页面跳转逻辑

This commit is contained in:
2025-09-12 18:20:41 +08:00
parent c11a310ea1
commit 0e86ba3454
23 changed files with 4677 additions and 618 deletions
@@ -78,7 +78,7 @@ export class PurchasePanel extends li_BaseView {
this._nodeTab.ReturnBtn,
() => {
this.onClose();
GameRootUI.I.showDefaultView();
// NavigationPanel 始终显示,不需要显示 DefaultView
},
this
);