Fix:2563 【商城小程序】千县—农民店铺封面为视频时未显示,需要显示视频第一帧作为封面

This commit is contained in:
linxi
2024-11-27 14:59:05 +08:00
parent 8d29cb777f
commit 99ac5f04ed
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -560,7 +560,8 @@
</view>
<view v-if="!item.productId" class="v12-white v12-radius-20 v12-pa-2 f-wrap" @click="goStore(item)">
<view class="focus-img">
<image :src="item.cover" class="img" mode="heightFix|widthFix"></image>
<image :src="item.cover" v-if="item.coverType === 1" class="img" mode="heightFix|widthFix"></image>
<video :src="item.cover" v-else :show-fullscreen-btn="false" class="img" ></video>
<image
:src="webUrl + '/orderIcon/farmer.png'"
class="mark-img"