更新语言表
This commit is contained in:
@@ -347,7 +347,7 @@ export class ThemePanel extends li_BaseView {
|
||||
private refreshVipExpire() {
|
||||
const walletData = DataManager.I.getDataById<WalletData>(DataId.Wallet);
|
||||
|
||||
if (walletData.isVip) {
|
||||
if (!walletData.isVip) {
|
||||
this.vipLeftTime.string = LanguageUtils.getText("purchasepanel.notvip");
|
||||
} else {
|
||||
const vipExpire = walletData.vipExpire;
|
||||
|
||||
Reference in New Issue
Block a user