This commit is contained in:
2025-09-19 11:39:46 +08:00
parent a5859af3b4
commit 88745043fc
7 changed files with 2159 additions and 1061 deletions
@@ -116,6 +116,7 @@ export class GirlListPopupPanel extends li_BaseView {
// 刷新界面
this.base.refreshBuy(true);
this.close();
TipsPanel.show("Buy Succeed");
} else {
//ViewManager.I.openBundlesView("PurchasePanel");
this.close();
@@ -146,6 +146,7 @@ export class PopupGirlDetailPanel extends li_BaseView {
this.base.refreshSelf();
}
this.close();
TipsPanel.show("Buy Succeed");
} else {
TipsPanel.show("Insufficient balance, need to purchase");
}