修改是否启用会员价的字段
This commit is contained in:
@@ -512,7 +512,7 @@
|
|||||||
totalAmount: 0,
|
totalAmount: 0,
|
||||||
})
|
})
|
||||||
const isVip=computed(()=>{
|
const isVip=computed(()=>{
|
||||||
return $shop.isVip&& user.value&&user.value.id&&user.value.isVip
|
return $shop.isMemberPrice&& user.value&&user.value.id&&user.value.isVip
|
||||||
})
|
})
|
||||||
const goodsPrice = computed(() => {
|
const goodsPrice = computed(() => {
|
||||||
const goodsTotalPrice = goods.list.reduce((prve, cur) => {
|
const goodsTotalPrice = goods.list.reduce((prve, cur) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user