From 05dda2bad2e5041ba6085a25a1c6e6be0942fc50 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 14 Feb 2023 08:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/GeneralLawExam.vue | 21 ++++++++------- .../components/OnlineClass.vue | 26 +++++++++---------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 873ad8c..dd86225 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -7,28 +7,29 @@

全部考试

- -
- -
+
+
-
曲靖规则基本考试
+
{{ item.examinationName }}
- 共10题,预计10分钟 + 共{{ item.questions.length }}
- 264人通过/283人参与 + {{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与
- + + + +
-
98
+
{{ item.myScore }}
参加考试
- +
diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index 21a235e..76d0d76 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -1,7 +1,7 @@