Fix:2889 【商城小程序】优化当寻趣味店铺封面为视频时,视频资讯和视频封面不能同时播放
This commit is contained in:
@@ -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},
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user