Fix:4634 【旅居商城小程序】播放资讯视频时,旅居店铺封面视频未暂停
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<swiper
|
<swiper
|
||||||
style="height: 500rpx"
|
style="height: 500rpx"
|
||||||
:autoplay="swiperAutoplay"
|
:autoplay="swiperAutoplay"
|
||||||
:circular="true"
|
circular
|
||||||
@change="swiperChange"
|
@change="swiperChange"
|
||||||
>
|
>
|
||||||
<swiper-item v-for="(item, index) in store.banner" :key="index">
|
<swiper-item v-for="(item, index) in store.banner" :key="index">
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
v-if="item.type === 'video'"
|
v-if="item.type === 'video'"
|
||||||
:src="item.url"
|
:src="item.url"
|
||||||
style="width: 100%; height: 100%"
|
style="width: 100%; height: 100%"
|
||||||
|
id="coverVideo"
|
||||||
@play="videoPlay"
|
@play="videoPlay"
|
||||||
@ended="videoEnd"
|
@ended="videoEnd"
|
||||||
@pause="videoEnd"
|
@pause="videoEnd"
|
||||||
|
|||||||
Reference in New Issue
Block a user