输入手机号数字

This commit is contained in:
魏啾
2024-11-25 13:54:51 +08:00
parent 2cbc3fa65f
commit 4d1d6f0425
7 changed files with 14 additions and 13 deletions

View File

@@ -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>