diff --git a/pages.json b/pages.json index 731cdb3641f918a2507b5636674ab0bac1ae378c..c9787f6cb03c0700dd4bcf3b4c8455ba29665c96 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 c9dc792d7511cd8d899c7eb665d078884d114bba..11cda6b137b2462e24ab82fb3ebf7e7d06bbd7ff 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 8fc11ef360f2ac5c2c4c87df393925dd841f5a0e..d0272954b7f3975171d898c9c50e502c6e167013 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 @@