|
@@ -5,7 +5,7 @@
|
|
<view class="login">
|
|
<view class="login">
|
|
<view class="login-title">验证码登录</view>
|
|
<view class="login-title">验证码登录</view>
|
|
<view class="login-input pat">
|
|
<view class="login-input pat">
|
|
- <u--input placeholder="请输入手机号" type="number" v-model="mobile" border="none" clearable></u--input>
|
|
|
|
|
|
+ <u-input placeholder="请输入手机号" type="number" v-model="mobile" border="none" clearable/>
|
|
</view>
|
|
</view>
|
|
<view class="login-input">
|
|
<view class="login-input">
|
|
<u-input placeholder="请输入短信验证码" type="number" v-model="code" clearable>
|
|
<u-input placeholder="请输入短信验证码" type="number" v-model="code" clearable>
|