更改手机号输入数字

This commit is contained in:
魏啾
2024-11-25 14:15:10 +08:00
parent 2147f86b93
commit 374c561803
12 changed files with 18 additions and 18 deletions

View File

@@ -45,7 +45,7 @@
</view>
<view class="listinput flex-between">
<view class="listinput_left">
<input type="text" v-model="form.c_phone" placeholder="请输电话" />
<input type="number" v-model="form.c_phone" placeholder="请输电话" />
</view>
</view>
<view class="listinput flex-between">
@@ -55,7 +55,7 @@
</view>
<view class="listinput flex-between">
<view class="listinput_left">
<input type="text" v-model="form.c_bank_account" placeholder="请输入银行账号" />
<input type="number" v-model="form.c_bank_account" placeholder="请输入银行账号" />
</view>
</view>
<view class="titletop flex-start">
@@ -91,7 +91,7 @@
</view>
<view class="listinput flex-between">
<view class="listinput_left">
<input type="text" v-model="form.xfyhzh" placeholder="请入销售银行账号" />
<input type="number" v-model="form.xfyhzh" placeholder="请入销售银行账号" />
</view>
</view>
<view class="titletop flex-start">
@@ -103,7 +103,7 @@
</view>
<!-- <view class="listinput flex-between">
<view class="listinput_left">
<input type="text" v-model="form.mobile" placeholder="请输入手机号" />
<input type="number" v-model="form.mobile" placeholder="请输入手机号" />
</view>
</view> -->
<view class="listinput flex-between">