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 @@