From 03437c3e5f3a7941aadf8be69571a5099b0e1c1a Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 31 Dec 2024 18:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/YNEduApp/exam/beforeExam.vue | 6 +-- pages/YNEduApp/exam/examination.vue | 4 +- pages/YNEduApp/learnProj/learnProjDetail.vue | 54 ++++++++++++-------- 3 files changed, 37 insertions(+), 27 deletions(-) diff --git a/pages/YNEduApp/exam/beforeExam.vue b/pages/YNEduApp/exam/beforeExam.vue index 5615a14..06fd85d 100644 --- a/pages/YNEduApp/exam/beforeExam.vue +++ b/pages/YNEduApp/exam/beforeExam.vue @@ -5,17 +5,17 @@
{{ subtitle }}
- +
{{ duration }}分钟
考试时长
- +
{{ count }}
考试次数
- +
{{ '不允许切屏' }}
切屏次数
diff --git a/pages/YNEduApp/exam/examination.vue b/pages/YNEduApp/exam/examination.vue index bf1d966..45b930b 100644 --- a/pages/YNEduApp/exam/examination.vue +++ b/pages/YNEduApp/exam/examination.vue @@ -10,11 +10,11 @@ > - +
diff --git a/pages/YNEduApp/learnProj/learnProjDetail.vue b/pages/YNEduApp/learnProj/learnProjDetail.vue index c03aaa2..032fdd4 100644 --- a/pages/YNEduApp/learnProj/learnProjDetail.vue +++ b/pages/YNEduApp/learnProj/learnProjDetail.vue @@ -5,17 +5,20 @@

{{ name }}

合格标准:学习进度达到{{ eligibility }}% - + 已开启进度同步,其他途径的学习进度已自动同步
-
+
@@ -30,7 +33,7 @@
-
素材
+
素材
{{ item.totalTime }}
{{ item.studyName }}
@@ -59,7 +62,7 @@
-
课程
+
课程
{{ item.totalTime }}
{{ item.studyName }}
@@ -84,7 +87,7 @@
-
练习
+
练习
{{ content.studyName }}
@@ -107,7 +110,7 @@
-
考试
+
考试
{{ content.responseTime }}分钟
{{ content.name }}
@@ -144,6 +147,7 @@ import config from 'config' export default { data() { return { + avatar: config.fileUrl + uni.getStorageSync('facePath'), projId: '', studyId: '', // 学习id starRate: 4, @@ -332,18 +336,20 @@ export default {