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 @@