问题修复
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
function modelShow(name) {
|
||||
if (name == '消费送积分') {
|
||||
model.title = '消费送积分'
|
||||
modelContent.value = `每消耗1元赠送${memberLevel.value.costRewardPoints}积分`
|
||||
modelContent.value = `每消耗${memberLevel.value.costRewardPoints}元赠送1积分`
|
||||
}
|
||||
if (name == '周期福利') {
|
||||
model.title = '周期福利'
|
||||
@@ -234,7 +234,7 @@
|
||||
}
|
||||
])
|
||||
|
||||
const tiaojian_menus = [{
|
||||
let tiaojian_menus =ref( [{
|
||||
name: '享会员价',
|
||||
desc: '全店会员价',
|
||||
icon: '/user/static/buy-vip/Frame_222.png'
|
||||
@@ -255,7 +255,7 @@
|
||||
icon: '/user/static/buy-vip/Frame_225.png'
|
||||
}
|
||||
|
||||
]
|
||||
])
|
||||
|
||||
|
||||
function showQuestion(index, arr) {
|
||||
@@ -300,6 +300,10 @@
|
||||
shopId: shopId
|
||||
})
|
||||
if (res) {
|
||||
if(!res.memberConfig.isMemberPrice){
|
||||
tiaojian_menus.value=tiaojian_menus.value.filter(v=>v.name!='享会员价')
|
||||
pay_menus.value=pay_menus.value.filter(v=>v.name!='享会员价')
|
||||
}
|
||||
if (res.memberConfig.isSubmitInfo && (shopUserInfo.value.sex === null || shopUserInfo.value.sex ===
|
||||
undefined || !shopUserInfo.value.nickName || !shopUserInfo.value.birthDay || !shopUserInfo.value
|
||||
.phone)) {
|
||||
|
||||
Reference in New Issue
Block a user