【功能修复】修正“暂无可用优惠券”字体颜色
parent
5f8ed35521
commit
dbc192faa7
|
@ -122,7 +122,11 @@
|
|||
</text>
|
||||
<text
|
||||
class="item-value"
|
||||
:class="state.couponInfo.length > 0 ? 'text-red' : 'text-disabled'"
|
||||
:class="
|
||||
state.couponInfo.filter((coupon) => coupon.match).length > 0
|
||||
? 'text-red'
|
||||
: 'text-disabled'
|
||||
"
|
||||
v-else
|
||||
>
|
||||
{{
|
||||
|
|
Loading…
Reference in New Issue