Fix:4634 【旅居商城小程序】播放资讯视频时,旅居店铺封面视频未暂停

This commit is contained in:
linxi
2025-11-21 12:08:40 +08:00
parent 896f8dee7f
commit 4686c6d87a
+2 -1
View File
@@ -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"