From 4571744f2e1c40c40a3f99cfc965ec6d70f2f520 Mon Sep 17 00:00:00 2001 From: xiebing Date: Mon, 15 Dec 2025 15:46:06 +0800 Subject: [PATCH] fix --- packageA/pages/moreJobs/moreJobs.vue | 26 ++++++++++++++++++++------ pages.json | 3 ++- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/packageA/pages/moreJobs/moreJobs.vue b/packageA/pages/moreJobs/moreJobs.vue index 94f96e9..1eb4698 100644 --- a/packageA/pages/moreJobs/moreJobs.vue +++ b/packageA/pages/moreJobs/moreJobs.vue @@ -1,8 +1,15 @@ diff --git a/pages.json b/pages.json index aa4ba20..bab627a 100644 --- a/pages.json +++ b/pages.json @@ -224,7 +224,8 @@ "path": "pages/moreJobs/moreJobs", "style": { "navigationBarTitleText": "更多岗位", - "navigationBarBackgroundColor": "#FFFFFF" + "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom" } } ]