个人信息页入版
This commit is contained in:
@@ -62,7 +62,7 @@ export class NavigationPanel extends li_BaseView {
|
||||
);
|
||||
GButton.BandClick(
|
||||
this.settingBtn.node,
|
||||
() => NavigationManager.Instance.switchToPanel(PanelType.SETTING),
|
||||
() => NavigationManager.Instance.switchToPanel(PanelType.PERSONAL),
|
||||
this
|
||||
);
|
||||
}
|
||||
@@ -95,7 +95,7 @@ export class NavigationPanel extends li_BaseView {
|
||||
this.currentActivePanel === PanelType.GIRL_DETAIL
|
||||
);
|
||||
this.chatBtn.setFocus(this.currentActivePanel === PanelType.CHAT);
|
||||
this.settingBtn.setFocus(this.currentActivePanel === PanelType.SETTING);
|
||||
this.settingBtn.setFocus(this.currentActivePanel === PanelType.PERSONAL);
|
||||
}
|
||||
|
||||
private initializeFirstPanel() {
|
||||
|
||||
Reference in New Issue
Block a user