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