feat(CouponCell): prefer to use value over denominations & modify tips (#5438)
This commit is contained in:
@@ -37,7 +37,7 @@ exports[`empty-image prop 1`] = `
|
||||
exports[`render coupon cell 1`] = `
|
||||
<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>使用优惠</span></div><i class="van-icon van-icon-arrow van-cell__right-icon">
|
||||
<div class="van-cell__value"><span>暂无可用</span></div><i class="van-icon van-icon-arrow van-cell__right-icon">
|
||||
<!----></i>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user