[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

View File

@@ -38,10 +38,12 @@ export default {
empty: '暂无优惠券',
exchange: '兑换',
close: '不使用优惠',
disabled: '可用优惠',
enable: '可使用优惠',
disabled: '不可使用优惠券',
placeholder: '请输入优惠码'
},
vanCouponItem: {
valid: '有效期',
unlimited: '无使用门槛',
discount: discount => `${discount}`,
condition: (condition) => `${condition}元可用`