Commit 471f980e by liuhailong

aaa

parent 98bc147c
......@@ -22,8 +22,8 @@
</div>
<div class="list">
<div class="list_hd">手机号</div>
<input v-model="form.mobile" @change="checkMobile" class="list_bd" type="number" placeholder="请输入手机号"
maxlength="8"/>
<input v-model="form.mobile" @change="checkMobile" class="list_bd" type="text" placeholder="请输入手机号"
maxlength="11"/>
</div>
</div>
......
......@@ -15,7 +15,7 @@
<div class="line"></div>
<div>
<span class="span1">手机号码</span>
<input type="text" id="mobile" value="{$auth['mobile']}" readonly />
<input type="text" id="mobile" value="{$auth['mobile']}" readonly maxlength="11" />
</div>
<div class="line"></div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment