[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
+2
View File
@@ -40,10 +40,12 @@ export default {
empty: 'No coupons',
exchange: 'Exchange',
close: 'Close',
enable: 'Available',
disabled: 'Unavailable',
placeholder: 'Coupon code'
},
vanCouponItem: {
valid: 'Valid',
unlimited: 'Unlimited',
discount: discount => `${discount * 10}% off`,
condition: condition => `At least ${condition}`
+3 -1
View File
@@ -38,10 +38,12 @@ export default {
empty: '暂无优惠券',
exchange: '兑换',
close: '不使用优惠',
disabled: '可用优惠',
enable: '可使用优惠',
disabled: '不可使用优惠券',
placeholder: '请输入优惠码'
},
vanCouponItem: {
valid: '有效期',
unlimited: '无使用门槛',
discount: discount => `${discount}`,
condition: (condition) => `${condition}元可用`
+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}元可用`