更新聊天次数购买弹窗
修复bug
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user