diff --git a/src/pages.json b/src/pages.json
index 5a48211..e0757ac 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -110,7 +110,21 @@
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
- }
+ },
+ {
+ "path": "pages/index/iconSkill",
+ "style": {
+ "navigationBarTitleText": "图标技巧",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/questionBank/chapterExercise",
+ "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/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 @@
+
+
+
+ {{item.label}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/questionBank/components/Question.vue b/src/pages/questionBank/components/Question.vue
index 27aaf24..25b5e61 100644
--- a/src/pages/questionBank/components/Question.vue
+++ b/src/pages/questionBank/components/Question.vue
@@ -39,7 +39,7 @@
-
+
@@ -65,6 +65,9 @@
题板
+
+
+
@@ -149,10 +152,41 @@
-
+
+
+
+ VIP题库
+
+
+ 精准刷题,更高效
+
+
+ 科一+科四精简500题
+
+
+
+
+
+ 科一+科四考前密卷2套
+
+
+
+
+
+ VIP题库
+
+
+
+ ¥{{nowPrice}}
+
+
+
+
+
diff --git a/src/pages/questionBank/questionBank.vue b/src/pages/questionBank/questionBank.vue
index 02f524a..7b48fdf 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