This commit is contained in:
Mr.jiang 2024-07-26 09:54:27 +08:00
parent bde75fdca8
commit 611f329834
3 changed files with 8 additions and 7 deletions

View File

@ -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;

View File

@ -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

View File

@ -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