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