From 303fe82429fb0c22fd9a63365a5a2006f10d95c1 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 1 Aug 2024 13:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 5d3133b..9385074 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -591,11 +591,11 @@ this.filePath=item.filePath; this.contentVideo=item.content; this.videoId=item.id; - const videoContext = uni.createVideoContext('myVideo', this); - videoContext.src = this.filePath; // 设置视频源 - setTimeout(()=>{ - videoContext.play(); // 播放视频 - },100) + // const videoContext = uni.createVideoContext('myVideo', this); + // videoContext.src = this.filePath; // 设置视频源 + // setTimeout(()=>{ + // videoContext.play(); // 播放视频 + // },100) this.$refs.pinglun.open("center") }, swichMenu(index,id) {//视频导航