From 7934c43ecd752416b3b186b50fcc074872c7326e Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Sat, 14 Sep 2024 18:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/YNEduApp/exam/examinationResultDetails.vue | 3 +++ pages/YNEduApp/prac/exercises.vue | 8 ++++---- pages/YNEduApp/prac/prac.vue | 12 ++++++++++-- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index af31c68..ff770e6 100644 --- a/pages.json +++ b/pages.json @@ -132,7 +132,8 @@ { "path": "pages/YNEduApp/prac/prac", "style": { - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true } }, { diff --git a/pages/YNEduApp/exam/examinationResultDetails.vue b/pages/YNEduApp/exam/examinationResultDetails.vue index 96e806b..f87d78c 100644 --- a/pages/YNEduApp/exam/examinationResultDetails.vue +++ b/pages/YNEduApp/exam/examinationResultDetails.vue @@ -520,6 +520,9 @@ export default { option.isRight = option.optionIdent === item.correctGrade }) } else { + if (item.selectAnswer == '对' || item.selectAnswer == '错') { + item.selectAnswer = item.selectAnswer === '对' ? 'A' : 'B' + } if (item.correctGrade === item.selectAnswer) { this.rightCount++ // 添加正确背景色 diff --git a/pages/YNEduApp/prac/exercises.vue b/pages/YNEduApp/prac/exercises.vue index 9f66cd7..2532a8c 100644 --- a/pages/YNEduApp/prac/exercises.vue +++ b/pages/YNEduApp/prac/exercises.vue @@ -3,15 +3,15 @@
已用时间 {{ usedTime }}
- +
{{ trueNum }}
- +
{{ falseNum }}
- +
{{ nowNum }}/{{ allNum }}
@@ -999,7 +999,7 @@ export default { text-align: center; font-size: 13px; color: #fff; - padding-top: 50px; + padding-top: 60px; } .num-wrapper { diff --git a/pages/YNEduApp/prac/prac.vue b/pages/YNEduApp/prac/prac.vue index fd1473a..5022b22 100644 --- a/pages/YNEduApp/prac/prac.vue +++ b/pages/YNEduApp/prac/prac.vue @@ -39,7 +39,7 @@