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) {//视频导航