收藏功能&排行榜功能
This commit is contained in:
@@ -162,6 +162,14 @@ export class PersonalPanel extends li_BaseView {
|
||||
}
|
||||
|
||||
private openFavorites() {
|
||||
TipsPanel.show(LanguageUtils.getText("rankpanel.comingsoon"));
|
||||
NavigationManager.Instance.openSubPanel(
|
||||
"GirlCollectionPanel",
|
||||
this.node,
|
||||
null,
|
||||
{
|
||||
openAnimation: PageTransitionType.SLIDE_LEFT,
|
||||
closeAnimation: PageTransitionType.SLIDE_RIGHT,
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user