diff --git a/components/coupon/list.vue b/components/coupon/list.vue index b2255d2..4e8b11f 100644 --- a/components/coupon/list.vue +++ b/components/coupon/list.vue @@ -5,28 +5,31 @@ 查看优惠券 - ({{list.length}})张 + ({{couponList }})张 - - - - - - - - - - {{item.coupon.title }} + + + + + + - - 有效期至:{{item.coupon.validEndTime||''}} + + + + {{item.coupon.title }} + + + 有效期至:{{item.coupon.validEndTime||''}} + + @@ -38,6 +41,9 @@