fix Field test cases

This commit is contained in:
陈嘉涵
2019-01-21 22:39:34 +08:00
parent 79a816b3b1
commit cfc3e7df62
9 changed files with 29 additions and 30 deletions
@@ -20,7 +20,7 @@ exports[`render coupon list 1`] = `
<div class="van-coupon-list">
<div class="van-cell van-cell--borderless van-field van-coupon-list__field">
<div class="van-cell__value van-cell__value--alone">
<div class="van-field__body"><input placeholder="请输入优惠码" maxlength="20" class="van-field__control">
<div class="van-field__body"><input type="text" placeholder="请输入优惠码" maxlength="20" class="van-field__control">
<div class="van-field__button"><button disabled="disabled" class="van-button van-button--danger van-button--small van-button--disabled van-coupon-list__exchange"><span class="van-button__text">兑换</span></button></div>
</div>
</div>