修改是否启用会员价的字段

This commit is contained in:
2024-11-19 10:09:49 +08:00
parent 638ed75b4d
commit db7c64fa8b
2 changed files with 5 additions and 5 deletions

View File

@@ -1714,7 +1714,7 @@ export default {
},
computed: {
isShowVipPrice() {
if(!this.shopInfo.isUseVip){
if(!this.shopInfo.isMemberPrice){
return false
}
return this.vipUser.isVip ? true : false;