From 689d9b0efdece9e6ca5db0fa721d775b8cdeebca Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 8 Apr 2025 18:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 3 ++- src/pages/index/index.vue | 11 +++++++---- src/pages/opinion/index.vue | 22 ++++++++++++++++++++-- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/src/pages.json b/src/pages.json index 2548717..4cd7041 100644 --- a/src/pages.json +++ b/src/pages.json @@ -14,7 +14,8 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "意见收集" + "navigationBarTitleText": "custom", + "navigationStyle": "custom" } }, { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 6c0e77d..92932f6 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,5 +1,5 @@