bug fix
This commit is contained in:
@@ -160,10 +160,10 @@ export class PurchasePanel extends li_BaseView {
|
||||
// VIP会员
|
||||
const memberId7 = this.shopData.get7DayMemberId();
|
||||
const price7 = this.shopData.getOriginalPriceById(memberId7);
|
||||
this.vipPrice7.string = `$ ${price7}`;
|
||||
this.vipPrice7.string = `${price7}`;
|
||||
const memberId30 = this.shopData.get30DayMemberId();
|
||||
const price30 = this.shopData.getOriginalPriceById(memberId30);
|
||||
this.vipPrice30.string = `$ ${price30}`;
|
||||
this.vipPrice30.string = `${price30}`;
|
||||
}
|
||||
|
||||
// 0:cash 1:web3
|
||||
|
||||
Reference in New Issue
Block a user