update 页面跳转
This commit is contained in:
@@ -96,6 +96,14 @@ export class ThemeItem extends Component {
|
||||
this.category
|
||||
);
|
||||
NavigationManager.Instance.setSelectedCategoryId(this.category);
|
||||
NavigationManager.Instance.openSubPanel("GirlListPanel", this.baseNode);
|
||||
NavigationManager.Instance.openSubPanel(
|
||||
"GirlListPanel",
|
||||
this.baseNode,
|
||||
null,
|
||||
{
|
||||
openAnimation: PageTransitionType.SLIDE_LEFT,
|
||||
closeAnimation: PageTransitionType.SLIDE_RIGHT,
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user