fix bug
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user