[Improvement] Coupon: upgrade style (#1636)

This commit is contained in:
neverland
2018-08-16 19:58:37 +08:00
committed by GitHub
parent 0c740b19ff
commit 377ea7af9e
31 changed files with 382 additions and 526 deletions
+3 -2
View File
@@ -39,11 +39,12 @@ export default {
vanCouponList: {
empty: '暫無優惠券',
exchange: '兌換',
close: '使用優惠',
disabled: '不可用優惠',
enable: '使用優惠',
disabled: '不可使用優惠',
placeholder: '請輸入優惠碼'
},
vanCouponItem: {
valid: '有效期',
unlimited: '無使用門檻',
discount: discount => `${discount}`,
condition: (condition) => `滿${condition}元可用`