fix
This commit is contained in:
@@ -265,6 +265,13 @@ export class PurchasePanel extends li_BaseView {
|
||||
walletData.balance = Number(resData.balance);
|
||||
walletData.vipExpire = Number(resData.vipExpire);
|
||||
// 刷新界面
|
||||
|
||||
TipsPanel.show(LanguageUtils.getText("payment.succeed"));
|
||||
} else {
|
||||
if (res && res.code) {
|
||||
const key = "error_code_" + res.code;
|
||||
TipsPanel.show(LanguageUtils.getText(key));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -167,6 +167,7 @@ export class SettingPanel extends li_BaseView {
|
||||
// GButton.BandClick(this._nodeTab.Language2, this.swithcToHi, this);
|
||||
|
||||
GButton.BandClick(this._nodeTab.closeBtn, this.onClickClose, this);
|
||||
GButton.BandClick(this._nodeTab.bgClicker, this.onClickClose, this);
|
||||
|
||||
this.languageButtons.forEach((langBtn) => {
|
||||
if (langBtn.button) {
|
||||
|
||||
Reference in New Issue
Block a user