This commit is contained in:
parent
bde75fdca8
commit
611f329834
|
@ -241,9 +241,11 @@
|
|||
<video
|
||||
id="myVideo"
|
||||
style="width: 100%;height: 100%;"
|
||||
:loop="true"
|
||||
:muted="false"
|
||||
:show-fullscreen-btn='false'
|
||||
:enable-play-gesture='true'
|
||||
:autoplay="true"
|
||||
:autoplay="false"
|
||||
:show-play-btn='false'
|
||||
:show-center-play-btn='false'
|
||||
:http-cache="true"
|
||||
|
@ -582,7 +584,7 @@
|
|||
videoContext.play(); // 播放视频
|
||||
},
|
||||
towxh5Video(item){
|
||||
this.playShow=false;
|
||||
this.playShow=true;
|
||||
this.filePath=item.filePath;
|
||||
this.contentVideo=item.content;
|
||||
this.videoId=item.id
|
||||
|
@ -606,7 +608,6 @@
|
|||
// };
|
||||
},
|
||||
swiperChange(e) {//视频导航
|
||||
console.log(22,e.detail.current)
|
||||
let index = e.detail.current
|
||||
this.swichMenu(index);
|
||||
this.parType=index+1;
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
style="width: 100%;height: 100%;"
|
||||
:show-fullscreen-btn='false'
|
||||
:enable-play-gesture='true'
|
||||
:autoplay="true"
|
||||
:autoplay="false"
|
||||
:show-play-btn='false'
|
||||
:show-center-play-btn='false'
|
||||
@click="jieshu"
|
||||
|
@ -374,7 +374,7 @@
|
|||
videoContext.play(); // 播放视频
|
||||
},
|
||||
towxh5Video(item){
|
||||
this.playShow=false;
|
||||
this.playShow=true;
|
||||
this.filePath=item.filePath;
|
||||
this.contentVideo=item.content;
|
||||
this.videoId=item.id
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
style="width: 100%;height: 100%;"
|
||||
:show-fullscreen-btn='false'
|
||||
:enable-play-gesture='true'
|
||||
:autoplay="true"
|
||||
:autoplay="false"
|
||||
:show-play-btn='false'
|
||||
:show-center-play-btn='false'
|
||||
@click="jieshu"
|
||||
|
@ -304,7 +304,7 @@
|
|||
videoContext.play(); // 播放视频
|
||||
},
|
||||
towxh5Video(item){
|
||||
this.playShow=false;
|
||||
this.playShow=true;
|
||||
this.filePath=item.filePath;
|
||||
this.contentVideo=item.content;
|
||||
this.videoId=item.id
|
||||
|
|
Loading…
Reference in New Issue