Fix:3219 【商城小程序】从商详页选择非最高减免金额优惠券,结算页面显示的优惠券信息是最高优惠券,与已选择的优惠券不对应

This commit is contained in:
modendeveloper
2025-03-10 22:45:52 +08:00
parent f7a8ba44a8
commit b6a7c02e60
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -204,6 +204,7 @@ export default {
selectCoupon(id) {
this.couponId = id
this.selectItem = this.list.find(e => e.id === id) || {}
this.$emit('max', this.selectItem)
this.list.map(item => {
item.checked = id === item.id
})