Fix:2889 【商城小程序】优化当寻趣味店铺封面为视频时,视频资讯和视频封面不能同时播放

This commit is contained in:
modendeveloper
2024-12-18 22:48:08 +08:00
parent 01dc1711ca
commit f174a83ac0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export default {
posterUrl: '', posterUrl: '',
activeties: [], activeties: [],
id: '', id: '',
actived: 1, actived: -1,
tabs: [ tabs: [
{name: '项目', value: 1}, {name: '项目', value: 1},
{name: '文化', value: 2}, {name: '文化', value: 2},
+1
View File
@@ -232,6 +232,7 @@
controls controls
play-btn-position="center" play-btn-position="center"
class="video-item" class="video-item"
:autoplay="inn.coverType !== 2"
@play="infoItemViewClick(item)" @play="infoItemViewClick(item)"
/> />
</view> </view>