This commit is contained in:
2025-10-13 16:20:37 +08:00
parent 4953b86bb3
commit 347a7292cc
8 changed files with 30 additions and 45 deletions
@@ -470,15 +470,7 @@ export class ThemePanel extends li_BaseView {
}
enterShop() {
NavigationManager.Instance.openSubPanel(
"PurchasePanel",
this.node,
{ base: this.node },
{
openAnimation: PageTransitionType.SLIDE_LEFT,
closeAnimation: PageTransitionType.SLIDE_RIGHT,
}
);
NavigationManager.Instance.openPopupPanel("PurchasePanel");
}
openRecomandList() {