diff --git a/pages.json b/pages.json
index af042a0..10f0b87 100755
--- a/pages.json
+++ b/pages.json
@@ -634,6 +634,14 @@
"navigationBarTitleText": "优惠卷",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path" : "pages/myAccount/myCoupons",
+ "style" :
+ {
+ "navigationBarTitleText": "我的优惠券",
+ "enablePullDownRefresh": false
+ }
}
],
diff --git a/pages/myAccount/myCoupons.vue b/pages/myAccount/myCoupons.vue
index 38ecee6..7305b3c 100644
--- a/pages/myAccount/myCoupons.vue
+++ b/pages/myAccount/myCoupons.vue
@@ -22,7 +22,7 @@
{{ item.couponName }}
无门槛
- {{ item.createTime }}-{{ item.endTime+'00:00' }}
+ {{ item.createTime }}-{{ item.endTime+' 前' }}
您可以在缴物业费、停车费等地方直接抵扣。
diff --git a/static/images/coupon.png b/static/images/coupon.png
new file mode 100644
index 0000000..8b58b96
Binary files /dev/null and b/static/images/coupon.png differ