更改手机号输入数字
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">
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user