fix
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user