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 {