mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[bugfix] CouponList always show empty info (#246)
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
:key="item.id || item.name"
|
:key="item.id || item.name"
|
||||||
:data="item"
|
:data="item"
|
||||||
/>
|
/>
|
||||||
<div class="van-coupon-list__empty">
|
<div class="van-coupon-list__empty" v-if="!coupons.length && !disabledCoupons.length">
|
||||||
<img src="https://b.yzcdn.cn/v2/image/wap/trade/new_order/empty@2x.png" >
|
<img src="https://b.yzcdn.cn/v2/image/wap/trade/new_order/empty@2x.png" >
|
||||||
<p>暂无优惠券</p>
|
<p>暂无优惠券</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user