From eb270bb339d9d15bfb10830e0911f77ce609af08 Mon Sep 17 00:00:00 2001 From: yangjie <812952667@qq.com> Date: Wed, 4 Aug 2021 20:14:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 ++++- pages/goods/store-list/store-details.vue | 4 ++++ pages/tabBar/home/home.vue | 7 ++++++- pages/user/positioning/positioning.vue | 19 ++++++++++++++++--- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 4f06a08..fb1e3b6 100644 --- a/pages.json +++ b/pages.json @@ -304,7 +304,10 @@ "path": "pages/goods/store-list/store-details", "style": { "navigationBarTitleText": "门店详情", - "enablePullDownRefresh": false + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#0083f5", + "backgroundColorTop": "#0083f5", + "navigationBarTextStyle": "white" } }, diff --git a/pages/goods/store-list/store-details.vue b/pages/goods/store-list/store-details.vue index ecc5f7d..4995733 100644 --- a/pages/goods/store-list/store-details.vue +++ b/pages/goods/store-list/store-details.vue @@ -1,5 +1,9 @@