[improvement] CouponCell: tsx (#2791)

This commit is contained in:
neverland
2019-02-19 11:38:42 +08:00
committed by GitHub
parent 52a4b7eec9
commit 4e52510f85
8 changed files with 46 additions and 13 deletions
@@ -11,7 +11,7 @@ exports[`render coupon cell 1`] = `
exports[`render coupon cell with coupon 1`] = `
<div class="van-cell van-cell--clickable van-coupon-cell">
<div class="van-cell__title"><span>优惠券</span></div>
<div class="van-cell__value"><span>-¥1.00</span></div><i class="van-icon van-icon-arrow van-cell__right-icon">
<div class="van-cell__value van-coupon-cell--selected"><span>-¥1.00</span></div><i class="van-icon van-icon-arrow van-cell__right-icon">
<!----></i>
</div>
`;