Commit 42dd915b authored by 张伯涛's avatar 张伯涛

登录账号输入框类型修改

parent c3ed382a
......@@ -3,7 +3,7 @@
<view class="content">
<view class="title">密码登录</view>
<u-form-item>
<u-input type="number" v-model="tel" placeholder="请输入身份证号/账号" />
<u-input type="text" v-model="tel" placeholder="请输入身份证号/账号" />
</u-form-item>
<u-form-item>
<u-input type="password" v-model="password" placeholder="请输入密码" />
......
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