更改手机号输入数字
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view>法人手机号</view>
|
||||
<view class="Box_box_input"><input type="text" :disabled='disabled' v-model="form.phone"
|
||||
<view class="Box_box_input"><input type="number" :disabled='disabled' v-model="form.phone"
|
||||
placeholder="请填写法人手机号" data-key="mobile" /></view>
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
@@ -51,7 +51,7 @@
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
<view>开票员手机号码</view>
|
||||
<view class="Box_box_input"><input type="text" :disabled='disabled' v-model="form.taxphone"
|
||||
<view class="Box_box_input"><input type="number" :disabled='disabled' v-model="form.taxphone"
|
||||
placeholder="请填写开票员手机号码" data-key="mobile" /></view>
|
||||
</view>
|
||||
<view class="Box_box flex-between">
|
||||
|
||||
Reference in New Issue
Block a user