更改手机号只可以输入数字
This commit is contained in:
@@ -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">
|
||||
@@ -81,7 +81,7 @@
|
||||
</view>
|
||||
<view class="listinput flex-between">
|
||||
<view class="listinput_left">
|
||||
<input type="text" v-model="form.xflxdh" placeholder="请输电话" />
|
||||
<input type="number" v-model="form.xflxdh" placeholder="请输电话" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="listinput flex-between">
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user