输入手机号数字

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

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