Fix:2725 【商城小程序】千县—农民店铺封面为视频应该显示第一帧作为封面图,并且不要显示播放按钮

This commit is contained in:
linxi
2024-11-28 16:21:28 +08:00
parent 972f5ba027
commit 9fc2579247
+1 -1
View File
@@ -560,7 +560,7 @@
<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" v-if="item.coverType === 1" class="img" mode="heightFix|widthFix"></image>
<video :src="item.cover" v-else :show-fullscreen-btn="false" class="img" ></video>
<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
:src="webUrl + '/orderIcon/farmer.png'"
class="mark-img"