From f3534c52d28c304fa3b1e9a297db02347856016c Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 13 Oct 2022 15:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A1=88=E4=BE=8B=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2=E7=9A=84=E4=BA=8B=E4=BB=B6=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Detail.vue | 3 +-- src/views/study/coursenew.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 797647ac..6a9d11f2 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -245,7 +245,6 @@ export default { methods: { jumecase(item){ this.$router.push({ path: './Detail.vue', query: { id: item.id } }); - }, couresreso(){ let key = 'case'; @@ -492,7 +491,7 @@ export default { if(this.caseDetail.filePath){ //this.pdfPath=this.basePath+this.caseDetail.filePath; this.createPlayUrl(this.caseDetail.filePath); - this.sendEventData(); + //this.sendEventData();//移到检查之后 }else{ this.$message.error('内容文件不存在或已被删除,请与管理员联系'); } diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index a7ad3cd8..c92c3561 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -503,7 +503,7 @@ } if(this.appendStudyOtherHandle!=null){ - windows.clearTimeout(this.appendStudyOtherHandle); + window.clearTimeout(this.appendStudyOtherHandle); } this.playerBoxShow = false; //显示内容部分