Commit d9db56f4 authored by Facius's avatar Facius

登录页面返回

parent 0cd5cb61
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
{ {
"path": "pages/login/index", "path": "pages/login/index",
"style": { "style": {
"navigationBarTitleText": "授权登录", // "navigationBarTitleText": "授权登录",
"navigationStyle": "custom" , "navigationBarBackgroundColor":"#FFFFFF",
"disableScroll": true "disableScroll": true
} }
} }
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<view class="bind-phone">{{ bindPhone }}</view> <view class="bind-phone">{{ bindPhone }}</view>
<view class="bind-tips">{{ bindTips }}</view> <view class="bind-tips">{{ bindTips }}</view>
</view> </view>
<u-gap height="570"></u-gap> <u-gap height="480"></u-gap>
<button class="loginBtn" v-if="needAuth" lang="zh_CN" @tap="getUserProfile"> <button class="loginBtn" v-if="needAuth" lang="zh_CN" @tap="getUserProfile">
<text class="u-font-32 white">{{ loginTitle }}</text> <text class="u-font-32 white">{{ loginTitle }}</text>
</button> </button>
......
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