1.优化会员扫码充值订单状态查询
This commit is contained in:
@@ -225,7 +225,7 @@ const createOrderLoading = ref(false);
|
||||
function selectUser(row) {
|
||||
goodsStore.vipUserInfo = { ...row }
|
||||
if (store.shopInfo.isMemberPrice && row.isVip) {
|
||||
goodsStore.showVipPrice = true
|
||||
goodsStore.showVipPrice = 1
|
||||
goodsStore.calcCartInfo()
|
||||
}
|
||||
}
|
||||
@@ -339,7 +339,7 @@ function showTableMerging() {
|
||||
// 清除会员与会员价
|
||||
function clearVipUserHandle() {
|
||||
goodsStore.vipUserInfo = ''
|
||||
goodsStore.showVipPrice = false
|
||||
goodsStore.showVipPrice = 0
|
||||
goodsStore.calcCartInfo()
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user