|
@@ -8,7 +8,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="login-from">
|
|
<view class="login-from">
|
|
|
<view class="from-text">
|
|
<view class="from-text">
|
|
|
- <input type="tel" class="from-input sys-color-gray-3" v-model="phone" placeholder="请输入手机号"></input>
|
|
|
|
|
|
|
+ <input type="tel" class="from-input sys-color-gray-3" max="11" v-model="phone" placeholder="请输入手机号"></input>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="from-text from-item">
|
|
<view class="from-text from-item">
|
|
|
<input type="password" class="from-input sys-color-gray-3" v-model="password" placeholder="请输入密码"></input>
|
|
<input type="password" class="from-input sys-color-gray-3" v-model="password" placeholder="请输入密码"></input>
|