|
@@ -16,11 +16,11 @@
|
|
<image v-if='password!=""' @click='password=""' class='close2' src='../../static/img/login/guanbi@2x.png'></image>
|
|
<image v-if='password!=""' @click='password=""' class='close2' src='../../static/img/login/guanbi@2x.png'></image>
|
|
</view>
|
|
</view>
|
|
<button :class='phone!=""&&password!=""?"active":""' @click='passlogin' class='verificationCode'>登录</button>
|
|
<button :class='phone!=""&&password!=""?"active":""' @click='passlogin' class='verificationCode'>登录</button>
|
|
|
|
+ <button @click='goregister' class='verificationCode active'>手机号一键注册</button>
|
|
<view class='flex' style='color:#6A6A6A;margin-top:10px;'>
|
|
<view class='flex' style='color:#6A6A6A;margin-top:10px;'>
|
|
<view style='flex:1;text-align:center;border-right:1px solid #E8E9ED;' @click="forgetpass()">忘记密码</view>
|
|
<view style='flex:1;text-align:center;border-right:1px solid #E8E9ED;' @click="forgetpass()">忘记密码</view>
|
|
<view @click='gocode' style='flex:1;text-align:center;'>验证码登录</view>
|
|
<view @click='gocode' style='flex:1;text-align:center;'>验证码登录</view>
|
|
</view>
|
|
</view>
|
|
- <button @click='goregister' class='register'>手机号一键注册</button>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -921,7 +921,7 @@ username: "13333333333"}).then(res1 => {
|
|
color:#fff;
|
|
color:#fff;
|
|
}
|
|
}
|
|
.register{
|
|
.register{
|
|
- position:absolute;
|
|
|
|
|
|
+ /* position:absolute; */
|
|
bottom:20px;
|
|
bottom:20px;
|
|
left:50%;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|