Fix:3137 【商城小程序】产品--封面为视频的农民店铺列表页面未显示封面
This commit is contained in:
@@ -583,7 +583,7 @@
|
||||
<view>
|
||||
<view class="focus-img">
|
||||
<image :src="item.cover" v-if="item.coverType === 1" class="img" mode="heightFix|widthFix"></image>
|
||||
<video :src="item.cover" v-else :show-center-play-btn="false" :show-fullscreen-btn="false" :show-play-btn="false" class="img" :poster="item.cover + '?vframe/jpg/offset/1'"></video>
|
||||
<image mode="heightFix|widthFix" class="img" v-else :show-center-play-btn="false" :show-fullscreen-btn="false" :show-play-btn="false" :src="item.cover + '?vframe/jpg/offset/1'"></image>
|
||||
<image
|
||||
:src="webUrl + '/orderIcon/nm.png'"
|
||||
class="mark-img"
|
||||
|
||||
Reference in New Issue
Block a user