[improvement] optimize coupon text (#1934)

This commit is contained in:
neverland
2018-10-16 15:57:23 +08:00
committed by GitHub
parent b8fa4d901f
commit cb793b3671
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default {
vanCouponCell: {
title: '优惠券',
tips: '使用优惠',
count: count => `${count} 个可用优惠`
count: count => `${count} 个可用优惠`
},
vanCouponList: {
empty: '暂无优惠券',
+1 -1
View File
@@ -31,7 +31,7 @@ export default {
vanCouponCell: {
title: '優惠券',
tips: '使用優惠',
count: count => `${count} 個可用優惠`
count: count => `${count} 個可用優惠`
},
vanCouponList: {
empty: '暫無優惠券',