From 45b89dc926e6bb833e6ec20f9057b7d22c0fd3f1 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Tue, 3 Sep 2024 18:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E9=A1=B5=E9=9D=A2=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 38 +++- pages/exercises/brushQuestions/brushQuestions.vue | 4 +- pages/exercises/exam/exam.vue | 2 +- pages/exercises/examSubjiect1/examResultsOne.vue | 236 ++++++++++++++++++++++ pages/exercises/examSubjiect1/examSubjiect1.vue | 112 ++++++++++ pages/exercises/lastPage/lastPage.vue | 136 +++++++++++++ pages/exercises/theoryStudy/theoryStudy.vue | 2 +- pages/vip/vipEntry/vipEntry.vue | 75 +++++-- pages/vip/vipQuestions/vipQuestions.vue | 44 ++++ static/images/vip/stepTag.png | Bin 0 -> 465 bytes static/images/微信图片_20240829100051.png | Bin 465 -> 0 bytes 11 files changed, 628 insertions(+), 21 deletions(-) create mode 100644 pages/exercises/examSubjiect1/examResultsOne.vue create mode 100644 pages/exercises/examSubjiect1/examSubjiect1.vue create mode 100644 pages/exercises/lastPage/lastPage.vue create mode 100644 pages/vip/vipQuestions/vipQuestions.vue create mode 100644 static/images/vip/stepTag.png delete mode 100644 static/images/微信图片_20240829100051.png 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 @@