From e276cebcf8e4d79ee16a95de282229ead30b0bc2 Mon Sep 17 00:00:00 2001 From: LLL <15374889135@163.com> Date: Thu, 20 Mar 2025 16:16:43 +0800 Subject: [PATCH] 3 --- pages.json | 8 +++----- pages/student/index/index.vue | 17 +++++++++++++++++ pages/student/my/my.vue | 5 ++++- pages/student/timetable/index.vue | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index 74f5d6c..e5a8d7a 100644 --- a/pages.json +++ b/pages.json @@ -4,7 +4,7 @@ "path": "pages/student/index/index", "style": { "navigationBarTitleText": "首页", - "navigationStyle": "default", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#29d3b4", "navigationBarTextStyle": "white" } @@ -12,10 +12,8 @@ { "path": "pages/student/timetable/index", "style": { - - "navigationBarTitleText": "课表", - "navigationStyle": "default", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } @@ -24,7 +22,7 @@ "path": "pages/student/my/my", "style": { "navigationBarTitleText": "我的", - "navigationStyle": "default", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#29d3b4", "navigationBarTextStyle": "white" } diff --git a/pages/student/index/index.vue b/pages/student/index/index.vue index 964fc76..b673f82 100644 --- a/pages/student/index/index.vue +++ b/pages/student/index/index.vue @@ -1,5 +1,8 @@