From 2e099b4f7368b211d195455101bd44fff2e30c0b Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 27 May 2024 17:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=B7=BB=E5=8A=A0=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 838c596d..fa0012fc 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -1587,22 +1587,22 @@ this.tab = 2 }, handleAudioTimeUpdate(currentTime) { - if(this.contentStudysLength.length == 0){ + // if(this.contentStudysLength.length == 0){ let params = { studyId: this.studyId, //学习id, courseId: this.courseId, //课程id, contentId: this.contentData.id, //内容id, contentType: this.contentData.contentType, contentName: this.contentData.contentName, //内容名称 - progress: 100, - status: 9, + progress: 1, + status: 2, contentTotal: this.totalContent }; - if(currentTime > 3&&this.trueFalse){ + if(currentTime > 2 && this.trueFalse){ apiStudy.studyContent(params) this.trueFalse = false } - } + // } }, }, }