Fix:2725 【商城小程序】千县—农民店铺封面为视频应该显示第一帧作为封面图,并且不要显示播放按钮
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user