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