【功能修复】订单确认页的可用优惠券数量统计
parent
b42c151585
commit
5f8ed35521
|
@ -126,7 +126,7 @@
|
||||||
v-else
|
v-else
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
state.couponInfo.length > 0
|
state.couponInfo.filter((coupon) => coupon.match).length > 0
|
||||||
? state.couponInfo.filter((coupon) => coupon.match).length + ' 张可用'
|
? state.couponInfo.filter((coupon) => coupon.match).length + ' 张可用'
|
||||||
: '暂无可用优惠券'
|
: '暂无可用优惠券'
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue