更改手机号输入数字

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

@@ -6,7 +6,7 @@
<view class="top_box">
<view class="top_box_one">
<text class="top_box_one_text">手机号码</text>
<input type="text" v-model="form.account" :adjust-position="false" placeholder="请输入手机号码" maxlength="-1"
<input type="number" v-model="form.account" :adjust-position="false" placeholder="请输入手机号码" maxlength="-1"
data-key="mobile" />
</view>
<!-- <view class="top_box_one">