会员修复
This commit is contained in:
@@ -474,7 +474,9 @@
|
||||
})
|
||||
Object.assign(pointsRes, res)
|
||||
maxPointDiscount.value = res.maxDeductionAmount
|
||||
cartStore.setUserPoints(res.maxUsablePoints || 0)
|
||||
if(usePoints.value){
|
||||
cartStore.setUserPoints(res.maxUsablePoints || 0)
|
||||
}
|
||||
console.log('getMaxPointsDiscount:cartStore.orderCostSummary.pointUsed', cartStore.orderCostSummary.pointUsed);
|
||||
}
|
||||
watch(() => maxMoney.value, (newval) => {
|
||||
|
||||
Reference in New Issue
Block a user