【功能修复】修正“暂无可用优惠券”字体颜色
This commit is contained in:
@@ -122,7 +122,11 @@
|
|||||||
</text>
|
</text>
|
||||||
<text
|
<text
|
||||||
class="item-value"
|
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
|
v-else
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
|
|||||||
Reference in New Issue
Block a user