From ac01922ef4db3900b6fdca8dfc8c510605783e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Wed, 7 Apr 2021 20:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/ucenter/ucenter.vue | 3 - .../uni-login-page/pages/index/index.vue | 113 ++++++++++++++---- 3 files changed, 95 insertions(+), 25 deletions(-) diff --git a/pages.json b/pages.json index 731cdb36..c9787f6c 100644 --- a/pages.json +++ b/pages.json @@ -23,10 +23,10 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "navigationStyle": "custom", - "backgroundColor": "transparent", + // "backgroundColor": "transparent", "app-plus": { "animationType": "fade-in", - "background": "transparent", + // "background": "transparent", "popGesture": "none", "titleNView":false // "navigationBarTitleText": "", diff --git a/pages/ucenter/ucenter.vue b/pages/ucenter/ucenter.vue index c9dc792d..11cda6b1 100644 --- a/pages/ucenter/ucenter.vue +++ b/pages/ucenter/ucenter.vue @@ -97,9 +97,6 @@ }, onReady() { - }, - onShow() { - console.log(this.userInfo); }, methods: { ...mapMutations({ diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue index 8fc11ef3..d0272954 100644 --- a/uni_modules/uni-login-page/pages/index/index.vue +++ b/uni_modules/uni-login-page/pages/index/index.vue @@ -1,33 +1,34 @@