diff --git a/pages/apply/subPages/SE/7answerPageEdit.vue b/pages/apply/subPages/SE/7answerPageEdit.vue index acb2780..1185734 100644 --- a/pages/apply/subPages/SE/7answerPageEdit.vue +++ b/pages/apply/subPages/SE/7answerPageEdit.vue @@ -61,7 +61,7 @@ - + -1) { // this.isViedo = true - // this.isViedoEnd = false + // this.isVideoEnd = false // this.filepath = config.uni_app_web_video_source_url + this.filepath // this.filepathf = [] // } else { @@ -495,19 +495,19 @@ if (this.filepath.indexOf('/VIDEO/') > -1) { this.isViedo = true - this.isViedoEnd = false + this.isVideoEnd = false this.filepath = config.uni_app_web_video_source_url + this.filepath this.filepathf = [] } else if (this.filepath.indexOf('.mp4') > -1 || this.filepath .indexOf('.avi') > -1) { //暂时不应该进来 this.isViedo = true - this.isViedoEnd = false + this.isVideoEnd = false this.filepath = config.uni_app_web_source_url + this.filepath this.filepathf = [] } else { this.isViedo = false - this.isViedoEnd = true + this.isVideoEnd = true this.filepath = this.filepath this.filepathf = getFileShow(this.filepath) } @@ -525,7 +525,7 @@ }, //播放结束 onEnd() { - this.isViedoEnd = true + this.isVideoEnd = true }, } }