From 82c15070129a6a97c26488654fe7e51c6bf1f4ba Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Mon, 22 Jul 2024 17:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 20 +- pages/index/detail.vue | 1423 +++++++++++++++++---------------- pages/index/index.vue | 40 +- pages/investigation/index.vue | 8 +- pages/knowledge/index.vue | 6 +- pages/map/index.vue | 94 ++- 6 files changed, 862 insertions(+), 729 deletions(-) diff --git a/pages.json b/pages.json index 45e46a4..1d83006 100644 --- a/pages.json +++ b/pages.json @@ -31,8 +31,8 @@ "style": { "navigationBarTitleText": "排查选择", "navigationStyle": "default", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#3567c1", + "navigationBarTextStyle": "white", "enablePullDownRefresh": false } }, @@ -40,9 +40,9 @@ "path": "pages/index/detail", "style": { "navigationBarTitleText": "智慧排查", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#FFFFFF", - "navigationBarTextStyle": "black", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#3567c1", + "navigationBarTextStyle": "white", "enablePullDownRefresh": false } }, @@ -127,8 +127,8 @@ "style": { "navigationBarTitleText": "知识库", "navigationStyle": "default", - "navigationBarBackgroundColor": "#F6F8FA", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#3567c1", + "navigationBarTextStyle": "white" } }, { @@ -184,9 +184,9 @@ "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "app", - "navigationBarBackgroundColor": "#2294E6", - "pullToRefresh":{ - "color": "#2294E6" + "navigationBarBackgroundColor": "#2294E6", + "pullToRefresh":{ + "color": "#2294E6" } // "backgroundColor": "#F8F8F8" }, diff --git a/pages/index/detail.vue b/pages/index/detail.vue index 303b650..98ae24a 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -1,695 +1,752 @@ \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 55e6ba3..f597a10 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,12 +1,16 @@