1.修改支付输入小数点

yj-dev
杨杰 3 years ago
parent 551b1ccb1e
commit e369621d8a
  1. 4
      pages/goods/refuel-details/refuel-details.vue

@ -65,8 +65,8 @@
<view class="width90 mart15 font16 fcor666">加油金额</view> <view class="width90 mart15 font16 fcor666">加油金额</view>
<view class="width90 height40 mart10" style="border: 1px solid #f2f2f2;"> <view class="width90 height40 mart10" style="border: 1px solid #f2f2f2;">
<view class="width8 flleft"></view> <view class="width8 flleft"></view>
<input type="number" class="font16 width60 flleft height40" placeholder="请输入金额" v-model="inputMoney" <input type="digit" class="font16 width60 flleft height40" placeholder="请输入金额" v-model="inputMoney"
@blur="Listeningfocus" maxlength="5" /> @blur="Listeningfocus" maxlength="6" />
<view class="width30 height40 flright font14 fcor999 fotct" <view class="width30 height40 flright font14 fcor999 fotct"
style="border-left: 1px solid #f2f2f2;line-height: 40px;"> style="border-left: 1px solid #f2f2f2;line-height: 40px;">
{{litre}}L {{litre}}L

Loading…
Cancel
Save