Fix(云灵AI):[#5194]店铺封面为视频的店铺,推荐结果店铺封面显示空白
(cherry picked from commit a113312712)
This commit is contained in:
@@ -225,7 +225,7 @@
|
|||||||
{{ hotel.hotelTypeName }}
|
{{ hotel.hotelTypeName }}
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
:src="hotel.img"
|
:src="hotel.img + ((hotel.img && hotel.img.indexOf('.mp4') > -1) ? '?vframe/jpg/offset/1' : '')"
|
||||||
class="img"
|
class="img"
|
||||||
lazy-load
|
lazy-load
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -343,7 +343,7 @@
|
|||||||
{{ hotel.hotelTypeName }}
|
{{ hotel.hotelTypeName }}
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
:src="hotel.img"
|
:src="hotel.img + ((hotel.img && hotel.img.indexOf('.mp4') > -1) ? '?vframe/jpg/offset/1' : '')"
|
||||||
class="img"
|
class="img"
|
||||||
lazy-load
|
lazy-load
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user