From 812c09d65c717c12ad4368b75977ac447f7f2393 Mon Sep 17 00:00:00 2001 From: gengxin Date: Thu, 13 Mar 2025 16:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E5=AE=8C=E6=88=90=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/exam.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Course/exam.vue b/src/components/Course/exam.vue index 6049eb83..6ccff889 100644 --- a/src/components/Course/exam.vue +++ b/src/components/Course/exam.vue @@ -589,7 +589,7 @@ export default { console.log("获取数据结果 考试 res ==>",res) this.records.push(res.result); //TODO 评分更改 最终完成 - if(res.result.scope > res.result.passLine){ + if(res.result.score > res.result.passLine){ this.content.status=9;//表已学习完,判断上级的章是否已完成 }else{ this.content.status=1;