修改是否启用会员价的字段
This commit is contained in:
@@ -1714,7 +1714,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
isShowVipPrice() {
|
||||
if(!this.shopInfo.isUseVip){
|
||||
if(!this.shopInfo.isMemberPrice){
|
||||
return false
|
||||
}
|
||||
return this.vipUser.isVip ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user