update
This commit is contained in:
@@ -131,6 +131,8 @@ export class GirlDetailPanel extends li_BaseView {
|
||||
console.warn("GirlDetailPanel: videoArea 未设置,使用默认尺寸");
|
||||
return new Size(600, 800);
|
||||
}
|
||||
|
||||
|
||||
nameKey: string;
|
||||
tagKey: string;
|
||||
descKey: string;
|
||||
|
||||
@@ -295,7 +295,7 @@ export class ThemePanel extends li_BaseView {
|
||||
}
|
||||
|
||||
enterShop() {
|
||||
NavigationManager.Instance.switchToPanel(PanelType.PERSONAL);
|
||||
NavigationManager.Instance.openSubPanel("PurchasePanel", this.node);
|
||||
}
|
||||
|
||||
chatWithRec() {
|
||||
@@ -329,7 +329,7 @@ export class ThemePanel extends li_BaseView {
|
||||
|
||||
openSetting() {
|
||||
// 通过NavigationManager切换到个人信息面板,保持动画和状态同步
|
||||
NavigationManager.Instance.switchToPanel(PanelType.PERSONAL);
|
||||
NavigationManager.Instance.openSubPanel("SettingPanel", this.node);
|
||||
}
|
||||
|
||||
openMsgBox() {
|
||||
|
||||
Reference in New Issue
Block a user