更新聊天次数购买弹窗

修复bug
This commit is contained in:
2025-10-14 11:00:49 +08:00
parent b4b1d347fc
commit 0088515f2a
21 changed files with 2473 additions and 2115 deletions
@@ -107,7 +107,7 @@ export class PopupGirlDetailPanel extends li_BaseView {
GButton.BandClick(this._nodeTab.CloseBtn, this.Close, this);
}
Close() {
this.close();
NavigationManager.Instance.closePopupPanel(this.node);
}
async buyAsset() {
// 购买id为girlId的女生
@@ -145,7 +145,7 @@ export class PopupGirlDetailPanel extends li_BaseView {
} else {
NavigationManager.Instance.openPopupPanel("ChargePopPanel");
}
this.close();
this.Close();
}
// 刷新余额
private refreshCoinNum() {