|
@@ -12,6 +12,7 @@
|
|
|
></audio>
|
|
></audio>
|
|
|
<div
|
|
<div
|
|
|
class="content"
|
|
class="content"
|
|
|
|
|
+ @touchmove='videoPlay'
|
|
|
v-if="fixIcon.length > 0"
|
|
v-if="fixIcon.length > 0"
|
|
|
:style="{ height: isMobile ? '100%' : '80%' }"
|
|
:style="{ height: isMobile ? '100%' : '80%' }"
|
|
|
>
|
|
>
|
|
@@ -208,6 +209,7 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
// 控制中间的视频播放
|
|
// 控制中间的视频播放
|
|
|
videoPlay(){
|
|
videoPlay(){
|
|
|
|
|
+ // console.log(999999999999);
|
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|
|
|
let nowVideo = document.querySelector('.swiper-slide-active video')
|
|
let nowVideo = document.querySelector('.swiper-slide-active video')
|
|
|
nowVideo.play()
|
|
nowVideo.play()
|