diff --git a/packageB/train/index.vue b/packageB/train/index.vue index 535cb14..8e39257 100644 --- a/packageB/train/index.vue +++ b/packageB/train/index.vue @@ -35,7 +35,7 @@ - + 错题本 diff --git a/packageB/train/wrongAnswer/mistakeNotebook.vue b/packageB/train/wrongAnswer/mistakeNotebook.vue index a693ec0..1040254 100644 --- a/packageB/train/wrongAnswer/mistakeNotebook.vue +++ b/packageB/train/wrongAnswer/mistakeNotebook.vue @@ -1,9 +1,581 @@ - - \ No newline at end of file diff --git a/packageB/train/wrongAnswer/questionPractice.vue b/packageB/train/wrongAnswer/questionPractice.vue new file mode 100644 index 0000000..af8c001 --- /dev/null +++ b/packageB/train/wrongAnswer/questionPractice.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 7c70b99..579c485 100644 --- a/pages.json +++ b/pages.json @@ -341,6 +341,12 @@ "style": { "navigationBarTitleText": "错题本" } + }, + { + "path": "train/wrongAnswer/questionPractice", + "style": { + "navigationBarTitleText": "错题练习" + } } ] },