[improvement] Coupon: jsx (#2456)
This commit is contained in:
@@ -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: '郵遞區號',
|
||||
|
||||
Reference in New Issue
Block a user