fix bug
This commit is contained in:
@@ -155,18 +155,10 @@ export class PersonalPanel extends li_BaseView {
|
||||
|
||||
private openSettings(): void {
|
||||
// TODO: 打开设置面板
|
||||
NavigationManager.Instance.openSubPanel("SettingPanel", this.node);
|
||||
NavigationManager.Instance.openPopupPanel("SettingPanel", this.node);
|
||||
}
|
||||
private openPurchase() {
|
||||
NavigationManager.Instance.openSubPanel(
|
||||
"PurchasePanel",
|
||||
this.node,
|
||||
{ base: this.node },
|
||||
{
|
||||
openAnimation: PageTransitionType.SLIDE_LEFT,
|
||||
closeAnimation: PageTransitionType.SLIDE_RIGHT,
|
||||
}
|
||||
);
|
||||
NavigationManager.Instance.openPopupPanel("PurchasePanel");
|
||||
}
|
||||
|
||||
private openFavorites() {
|
||||
|
||||
Reference in New Issue
Block a user