From 13ce91b1117be8738159b3065db67013ff166bcc Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 2 Apr 2024 18:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 + pages/category/consulting/detail.vue | 88 ++++++++++++++++++- pages/category/consulting/list.vue | 4 +- .../q-previewImage/q-previewImage.vue | 5 +- 4 files changed, 93 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index bc1eb21..911541c 100644 --- a/pages.json +++ b/pages.json @@ -54,6 +54,8 @@ "path": "pages/category/consulting/detail", "style": { "navigationBarTitleText": "阅读全文", + "navigationBarBackgroundColor": "#1c223b", + "navigationBarTextStyle": "white", "enablePullDownRefresh" : false } }, diff --git a/pages/category/consulting/detail.vue b/pages/category/consulting/detail.vue index b04c0de..e714d21 100644 --- a/pages/category/consulting/detail.vue +++ b/pages/category/consulting/detail.vue @@ -1,6 +1,20 @@