From 90ffd2e4ff340d6b71db7a391de44f93a5bb9c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E7=9A=AE=E9=B8=AD?= <1003092440@qq.com> Date: Sat, 19 Aug 2023 16:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 7 ++++ src/pages/index/videoVip.vue | 1 + src/pages/questionBank/chapterExercise.vue | 42 +++++++++++++++++++ .../questionBank/components/Question.vue | 10 ++++- src/pages/questionBank/exclusiveExercise.vue | 13 ++++-- src/pages/questionBank/questionBank.vue | 2 +- 6 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 src/pages/questionBank/chapterExercise.vue diff --git a/src/pages.json b/src/pages.json index 4fca89f..e0757ac 100644 --- a/src/pages.json +++ b/src/pages.json @@ -117,6 +117,13 @@ "navigationBarTitleText": "图标技巧", "enablePullDownRefresh": false } + }, + { + "path": "pages/questionBank/chapterExercise", + "style": { + "navigationBarTitleText": "章节练习", + "enablePullDownRefresh": false + } } ], diff --git a/src/pages/index/videoVip.vue b/src/pages/index/videoVip.vue index 5b223d7..c51d00c 100644 --- a/src/pages/index/videoVip.vue +++ b/src/pages/index/videoVip.vue @@ -104,6 +104,7 @@ width: 218rpx; border-radius: 0 0 16rpx 12rpx; background-color: #FF6E02; + color:#fff } .tag{ width: 122rpx; diff --git a/src/pages/questionBank/chapterExercise.vue b/src/pages/questionBank/chapterExercise.vue new file mode 100644 index 0000000..a8652b1 --- /dev/null +++ b/src/pages/questionBank/chapterExercise.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/src/pages/questionBank/components/Question.vue b/src/pages/questionBank/components/Question.vue index b832b94..25b5e61 100644 --- a/src/pages/questionBank/components/Question.vue +++ b/src/pages/questionBank/components/Question.vue @@ -186,6 +186,7 @@