[Improvement] CouponCell: optimize text (#1499)

This commit is contained in:
neverland
2018-07-17 21:21:08 +08:00
committed by GitHub
parent 1b702c0a21
commit 1f5a409112
7 changed files with 8 additions and 11 deletions
-1
View File
@@ -34,7 +34,6 @@ export default {
vanCouponCell: {
title: 'Coupon',
tips: 'Select coupon',
reduce: 'Reduce',
count: count => `You have ${count} offers`
},
vanCouponList: {
+1 -2
View File
@@ -30,9 +30,8 @@ export default {
label: '合计:'
},
vanCouponCell: {
title: '优惠券',
title: '优惠券',
tips: '使用优惠',
reduce: '省',
count: count => `您有 ${count} 个可用优惠`
},
vanCouponList: {
+1 -2
View File
@@ -32,9 +32,8 @@ export default {
label: '合計:'
},
vanCouponCell: {
title: '優惠券',
title: '優惠券',
tips: '使用優惠',
reduce: '省',
count: count => `您有 ${count} 個可用優惠`
},
vanCouponList: {