更改手机号输入数字

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

@@ -150,7 +150,7 @@
<view class="addshowboxinput flex-colum-start">
<text class="addshowboxinputtext">*办税人手机号码</text>
<view class="addshowboxinput_inp">
<input type="text" disabled placeholder="请输入" v-model="addform.taxphone" />
<input type="number" disabled placeholder="请输入" v-model="addform.taxphone" />
</view>
</view>
</view>