diff --git a/pages/YNEduApp/learnProj/learnProjDetail.vue b/pages/YNEduApp/learnProj/learnProjDetail.vue index 3091427..c923902 100644 --- a/pages/YNEduApp/learnProj/learnProjDetail.vue +++ b/pages/YNEduApp/learnProj/learnProjDetail.vue @@ -113,13 +113,16 @@
练习
{{ content.studyName }}
+
+ {{ + content.practiceMsg.trueRate.replace('%', '') >= content.practiceMsg.qualified + ? `合格(${content.practiceMsg.trueRate})` + : `不合格(${content.practiceMsg.trueRate})` + }} +
- {{ - content.practiceMsg && content.practiceMsg.alreadyNum == 0 - ? '未开始' - : '已练习' - }} + {{ content.practiceMsg && content.practiceMsg.allQuestionNum == 0 ? '未开始' : '已练习' }}
@@ -132,9 +135,21 @@
考试
-
{{ content.responseTime }}
+
{{ content.responseTime }}分钟
{{ content.name }}
+
+ 及格 +
+
+ 不及格 +
{{ !content.examMsg || content.examMsg.examNum == 0 ? '开始考试' : '重考' }} @@ -495,7 +510,7 @@ export default { align-items: center; } .note { - width: 100px; + width: 150px; margin-top: 10px; font-size: 14px; color: #333;