[Improvement] CouponCell text adjust (#371)

* [Improvement] CouponCell text adjust

* fix: Coupon test cases

* [bugfix] SubmitBar i18n not work
This commit is contained in:
neverland
2017-12-04 11:32:55 +08:00
committed by GitHub
parent b50d8cd8f6
commit bbdf135724
3 changed files with 16 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ describe('CouponCell', () => {
DOMChecker(wrapper, {
text: {
'.van-cell__value--link div div': '新手专用优惠券'
'.van-cell__value--link span': '省¥1.50'
},
count: {
'.van-cell__right-icon': 1
@@ -101,7 +101,7 @@ describe('CouponCell', () => {
DOMChecker(wrapper, {
text: {
'.van-cell__value div div': '新手专用优惠券'
'.van-cell__value span': '省¥1.50'
},
count: {
'.van-cell__right-icon': 0