diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 6fc5b0fd..428b69e9 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -295,7 +295,6 @@ export default { this.getPopularity(); this.getPositive(); this.couresreso(); - this.retest(); window.addEventListener( "scroll", this.handleScroll @@ -577,6 +576,7 @@ export default { if (this.caseDetail.filePath) { //this.pdfPath=this.basePath+this.caseDetail.filePath; this.createPlayUrl(this.caseDetail.filePath); + this.retest(); //this.sendEventData();//移到检查之后 } else { this.$message.error('内容文件不存在或已被删除,请与管理员联系');