From 5c69abe6db8da4daffe6e4bc60cb1bb5d1534933 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 15 Aug 2024 18:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/courseStudy.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/study/courseStudy.vue b/pages/study/courseStudy.vue index 2907820..f7b9256 100644 --- a/pages/study/courseStudy.vue +++ b/pages/study/courseStudy.vue @@ -1532,9 +1532,9 @@ }); }, finishStudyItem(){ //设置完成学习的内容,针对于音视频的内容 - if(!this.curContent.studyItemId && !this.tentative){ //临时方案避免重复调用 + if(!this.curContent.studyItemId){ //临时方案避免重复调用 //这种可能没有,不过这里也是为了万中那个1 - this.saveStudyInfo(); + !this.tentative && this.saveStudyInfo(); }else{ let params={ itemId:this.curContent.studyItemId,