[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