diff --git a/packageB/train/mockExam/examList.vue b/packageB/train/mockExam/examList.vue index f9364ae..fa2ad83 100644 --- a/packageB/train/mockExam/examList.vue +++ b/packageB/train/mockExam/examList.vue @@ -1,6 +1,30 @@ - \ No newline at end of file diff --git a/packageB/train/mockExam/viewGrades.vue b/packageB/train/mockExam/viewGrades.vue new file mode 100644 index 0000000..5bd0ad2 --- /dev/null +++ b/packageB/train/mockExam/viewGrades.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 7db83be..245dfe7 100644 --- a/pages.json +++ b/pages.json @@ -411,6 +411,15 @@ "navigationBarTitleTextSize": "30rpx" // "navigationStyle": "custom" } + }, + { + "path" : "train/mockExam/viewGrades", + "style" : + { + "navigationBarTitleText" : "查看成绩", + "navigationBarTitleTextSize": "30rpx" + // "navigationStyle": "custom" + } } ] },