修改霸王餐输入框类型为number

This commit is contained in:
YeMingfei666 2024-11-20 14:51:39 +08:00
parent d6fe2eac53
commit fe441fc471
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</view> </view>
<view class="boxconstantbox_tow"> <view class="boxconstantbox_tow">
<text>用户消费结账时成功充值</text> <text>用户消费结账时成功充值</text>
<input class="text" v-model="form.rechargeTimes"></input> <input class="number" v-model="form.rechargeTimes"></input>
<text>倍的金额本单即可享受免单</text> <text>倍的金额本单即可享受免单</text>
</view> </view>
</view> </view>
@ -17,7 +17,7 @@
</view> </view>
<view class="boxconstantbox_tow"> <view class="boxconstantbox_tow">
<text>订单支付金额需满</text> <text>订单支付金额需满</text>
<input class="text" v-model="form.rechargeThreshold"></input> <input class="number" v-model="form.rechargeThreshold"></input>
<text> 才能使用</text> <text> 才能使用</text>
</view> </view>
</view> </view>