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