diff --git a/pagesB/coupon/coupon.vue b/pagesB/coupon/coupon.vue
index d3020c0..984de4c 100644
--- a/pagesB/coupon/coupon.vue
+++ b/pagesB/coupon/coupon.vue
@@ -1,6 +1,6 @@
-
+
-
+
全部
|
-
- 待领取
+
+ 未使用
|
-
+
已使用
|
-
+
已过期
-
-
-
+
+
+
¥
- 0
+ {{item.couponPrice}}
-
- 名字
+
+ {{item.couponTitle}}
- 满10可用
+ 满{{item.couponConsumePrice}}可用
- 有效期至
+ 有效期至{{item.expirationEndTime}}
-
- 已过期
+
+ {{item.useStatus=='EXPIRED'?'已过期':''}}
+ {{item.useStatus=='USED'?'已使用':''}}
+
+
+ {{item.useStatus=='NOT_USED'?'使用':''}}
-
-
- 新人福利
+
+ 领取来源:{{item.receiveSource =='NEW_PEOPLE_WELFARE'?'新人福利':''}}
+ {{item.receiveSource =='EVENT_GIFT'?'活动赠送':''}}
+ {{item.receiveSource =='CONSUME_REBATE'?'消费返券':''}}
-
+
@@ -68,6 +75,9 @@
\ No newline at end of file
diff --git a/static/pages/jiankangdangan.png b/static/pages/jiankangdangan.png
index 0edc94c..cf45687 100644
Binary files a/static/pages/jiankangdangan.png and b/static/pages/jiankangdangan.png differ