|
@@ -1,19 +1,22 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
<view>
|
|
|
- <view class="logo">
|
|
|
- <u-image src="/static/logo.png" width="140" height="140" ></u-image>
|
|
|
+ <view>
|
|
|
+ <view class="logo">
|
|
|
+ <u-image src="/static/logo.png" width="140" height="140" ></u-image>
|
|
|
+ </view>
|
|
|
+ <view class="login-btns">
|
|
|
+ <u-button shape="circle" :custom-style="wxButton" class="login-btn" type="success" :hair-line="false" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
|
|
+ 微信登陆
|
|
|
+ </u-button>
|
|
|
+ <u-gap height="30"></u-gap>
|
|
|
+ <u-button shape="circle" :custom-style="phoneButton" class="login-btn" @click="phoneLogin" type="primary">
|
|
|
+ 手机号码登录
|
|
|
+ </u-button>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="login-btns">
|
|
|
- <u-button shape="circle" :custom-style="wxButton" class="login-btn" type="success" :hair-line="false" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
|
|
- 微信登陆
|
|
|
- </u-button>
|
|
|
- <u-gap height="30"></u-gap>
|
|
|
- <u-button shape="circle" :custom-style="phoneButton" class="login-btn" @click="phoneLogin" type="primary">
|
|
|
- 手机号码登录
|
|
|
- </u-button>
|
|
|
- <u-gap height="60"></u-gap>
|
|
|
- <u-button shape="circle" plain lass="login-btn" @click="cansel" type="info">
|
|
|
+ <view class="nologin">
|
|
|
+ <u-button shape="circle" size="mini" plain lass="login-btn" @click="cansel" type="info">
|
|
|
暂不登录
|
|
|
</u-button>
|
|
|
</view>
|
|
@@ -154,6 +157,9 @@
|
|
|
flex-grow: 1;
|
|
|
height: 80vh;
|
|
|
padding: 20% 10%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
&:last-child{
|
|
|
font-size: 24upx;
|