diff --git a/src/pages.json b/src/pages.json index 5a48211..4fca89f 100644 --- a/src/pages.json +++ b/src/pages.json @@ -110,7 +110,14 @@ "navigationBarTitleText": "登录", "enablePullDownRefresh": false } - } + }, + { + "path": "pages/index/iconSkill", + "style": { + "navigationBarTitleText": "图标技巧", + "enablePullDownRefresh": false + } + } ], "globalStyle": { diff --git a/src/pages/index/iconSkill.vue b/src/pages/index/iconSkill.vue new file mode 100644 index 0000000..56874e5 --- /dev/null +++ b/src/pages/index/iconSkill.vue @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/src/pages/questionBank/components/Question.vue b/src/pages/questionBank/components/Question.vue index 27aaf24..b832b94 100644 --- a/src/pages/questionBank/components/Question.vue +++ b/src/pages/questionBank/components/Question.vue @@ -39,7 +39,7 @@ - + @@ -65,6 +65,9 @@ 题板 + + + @@ -149,7 +152,37 @@ - + + + + VIP题库 + + + 精准刷题,更高效 + + + 科一+科四精简500题 + + + + + + 科一+科四考前密卷2套 + + + + + + VIP题库 + + + + ¥{{nowPrice}} + + + + + diff --git a/src/pages/questionBank/questionBank.vue b/src/pages/questionBank/questionBank.vue index 02f524a..4abf03e 100644 --- a/src/pages/questionBank/questionBank.vue +++ b/src/pages/questionBank/questionBank.vue @@ -3,9 +3,9 @@ {{navTitle}} - - - + + + - diff --git a/src/static/image/practice/vip_bg.png b/src/static/image/practice/vip_bg.png new file mode 100644 index 0000000..7084819 Binary files /dev/null and b/src/static/image/practice/vip_bg.png differ diff --git a/src/static/image/practice/vip_include.png b/src/static/image/practice/vip_include.png new file mode 100644 index 0000000..4e649e4 Binary files /dev/null and b/src/static/image/practice/vip_include.png differ diff --git a/src/static/image/practice/vip_question.png b/src/static/image/practice/vip_question.png new file mode 100644 index 0000000..1c2d0c2 Binary files /dev/null and b/src/static/image/practice/vip_question.png differ diff --git a/src/static/image/practice/vip_test.png b/src/static/image/practice/vip_test.png new file mode 100644 index 0000000..4778fb8 Binary files /dev/null and b/src/static/image/practice/vip_test.png differ