From 0b3c32348b6fd2a0308e9fb1862312f744ada22e Mon Sep 17 00:00:00 2001 From: WX0lxh <2062408239@qq.com> Date: Tue, 4 Nov 2025 10:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/train/mockExam/examList.vue | 141 ++++++++++++++++++++++++- packageB/train/mockExam/viewGrades.vue | 65 ++++++++++++ pages.json | 9 ++ 3 files changed, 213 insertions(+), 2 deletions(-) create mode 100644 packageB/train/mockExam/viewGrades.vue 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" + } } ] },