fix(CouponCell): incorrect value class

This commit is contained in:
chenjiahan
2020-08-17 22:38:18 +08:00
parent fc8009b6bf
commit 980f472259
4 changed files with 6 additions and 6 deletions
@@ -5,7 +5,7 @@ exports[`renders demo correctly 1`] = `
<div>
<div role="button" tabindex="0" class="van-cell van-cell--clickable van-coupon-cell">
<div class="van-cell__title"><span>优惠券</span></div>
<div class="van-cell__value"><span>2张可用</span></div><i class="van-icon van-icon-arrow van-cell__right-icon">
<div class="van-cell__value van-coupon-cell__value"><span>2张可用</span></div><i class="van-icon van-icon-arrow van-cell__right-icon">
<!----></i>
</div>
<!---->