[improvement] Coupon: jsx (#2456)

This commit is contained in:
neverland
2019-01-07 15:50:51 +08:00
committed by GitHub
parent c6e1aaf5da
commit 7f853f694a
15 changed files with 471 additions and 479 deletions
+6 -6
View File
@@ -28,6 +28,12 @@ export default {
vanSubmitBar: {
label: '合計:'
},
vanCoupon: {
valid: '有效期限',
unlimited: '無使用門檻',
discount: discount => `${discount}`,
condition: (condition) => `滿${condition}元可用`
},
vanCouponCell: {
title: '優惠券',
tips: '使用優惠',
@@ -41,12 +47,6 @@ export default {
disabled: '不可使用優惠券',
placeholder: '請輸入優惠代碼'
},
vanCouponItem: {
valid: '有效期限',
unlimited: '無使用門檻',
discount: discount => `${discount}`,
condition: (condition) => `滿${condition}元可用`
},
vanAddressEdit: {
area: '地區',
postal: '郵遞區號',