From 7446923eb0a77de826f491e820bb3689c9b88d2f Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 10 Mar 2026 09:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/subPages/SE/7answerPageEdit.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 }, } }