fix bug
This commit is contained in:
@@ -20,15 +20,7 @@ export class ChargePopPanel extends li_BaseView {
|
||||
}
|
||||
|
||||
gotoCharge() {
|
||||
NavigationManager.Instance.openSubPanel(
|
||||
"PurchasePanel",
|
||||
NavigationManager.Instance.getCurrentActivePanelNode(),
|
||||
{ base: NavigationManager.Instance.getCurrentActivePanelNode() },
|
||||
{
|
||||
openAnimation: PageTransitionType.SLIDE_LEFT,
|
||||
closeAnimation: PageTransitionType.SLIDE_RIGHT,
|
||||
}
|
||||
);
|
||||
NavigationManager.Instance.openPopupPanel("PurchasePanel");
|
||||
|
||||
this.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user