[improvement] Coupon: update text (#2256)

This commit is contained in:
neverland 2018-12-10 17:43:15 +08:00 committed by GitHub
parent c5dd39e5cc
commit b5d547593e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ exports[`renders demo correctly 1`] = `
<div class="van-cell__title"><span>优惠券</span> <div class="van-cell__title"><span>优惠券</span>
<!----> <!---->
</div> </div>
<div class="van-cell__value"><span>你有 2 个可用优惠</span></div> <div class="van-cell__value"><span>2张可用</span></div>
<i class="van-icon van-icon-arrow van-cell__right-icon" style="color:undefined;font-size:undefined;"> <i class="van-icon van-icon-arrow van-cell__right-icon" style="color:undefined;font-size:undefined;">
<!----> <!---->
<!----> <!---->

View File

@ -31,7 +31,7 @@ export default {
vanCouponCell: { vanCouponCell: {
title: 'Coupon', title: 'Coupon',
tips: 'Select coupon', tips: 'Select coupon',
count: count => `You have ${count} offers` count: count => `You have ${count} coupons`
}, },
vanCouponList: { vanCouponList: {
empty: 'No coupons', empty: 'No coupons',

View File

@ -31,7 +31,7 @@ export default {
vanCouponCell: { vanCouponCell: {
title: '优惠券', title: '优惠券',
tips: '使用优惠', tips: '使用优惠',
count: count => `你有 ${count} 个可用优惠` count: count => `${count}张可用`
}, },
vanCouponList: { vanCouponList: {
empty: '暂无优惠券', empty: '暂无优惠券',

View File

@ -31,7 +31,7 @@ export default {
vanCouponCell: { vanCouponCell: {
title: '優惠券', title: '優惠券',
tips: '使用優惠', tips: '使用優惠',
count: count => `你有 ${count} 個可用優惠` count: count => `${count}張可用`
}, },
vanCouponList: { vanCouponList: {
empty: '暫無優惠券', empty: '暫無優惠券',

View File

@ -31,7 +31,7 @@ export default {
vanCouponCell: { vanCouponCell: {
title: '優惠券', title: '優惠券',
tips: '使用優惠', tips: '使用優惠',
count: count => `你有 ${count} 個可用優惠` count: count => `${count}張可用`
}, },
vanCouponList: { vanCouponList: {
empty: '暫無優惠券', empty: '暫無優惠券',