diff --git a/pages.json b/pages.json index f9dce85..dcc7ee2 100644 --- a/pages.json +++ b/pages.json @@ -19,6 +19,15 @@ "enablePullDownRefresh": true, "navigationStyle": "custom" } + }, + { + "path": "vipQuestions/vipQuestions", + "style": { + "navigationBarTitleText": "VIP常见问题说明", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + // "navigationStyle": "custom" + } } ] }, @@ -122,9 +131,34 @@ "backgroundTextStyle": "dark", "navigationStyle": "custom" } + }, + { + "path": "lastPage/lastPage", + "style": { + "navigationBarTitleText": "顺序练习成绩", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark", + "navigationStyle": "custom" + } + }, + { + "path": "examSubjiect1/examSubjiect1", + "style": { + "navigationBarTitleText": "科目一成绩单", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark", + "navigationStyle": "custom" + } + }, + { + "path": "examSubjiect1/examResultsOne", + "style": { + "navigationBarTitleText": "模拟考试成绩", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark", + "navigationStyle": "custom" + } } - - ] } ], diff --git a/pages/exercises/brushQuestions/brushQuestions.vue b/pages/exercises/brushQuestions/brushQuestions.vue index 2e8abfd..4a7db42 100644 --- a/pages/exercises/brushQuestions/brushQuestions.vue +++ b/pages/exercises/brushQuestions/brushQuestions.vue @@ -1,6 +1,6 @@