From 408d6a16128f5ee62820d12e3c01db071e079434 Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Mon, 29 Sep 2025 17:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=86=E9=A2=91=20status?= =?UTF-8?q?=20=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/coursenew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 40cb2eff..dfda06c7 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -1689,9 +1689,9 @@ courseId: this.courseId, cnum: this.totalContent } + this.contentData.status = 9; apiVideoStudy.finishStudyItem(params).then(res => { if (res.status == 200) { - this.contentData.status = 9; this.contentData.progress = 100; } else { console.log("记录完成学习失败:" + res.message + "," + res.error);