Fix(云灵AI):[#5194]店铺封面为视频的店铺,推荐结果店铺封面显示空白

This commit is contained in:
lifizer
2026-04-29 14:06:31 +08:00
parent 77f803ef10
commit a113312712
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
{{ hotel.hotelTypeName }}
</view>
<image
:src="hotel.img"
:src="hotel.img + ((hotel.img && hotel.img.indexOf('.mp4') > -1) ? '?vframe/jpg/offset/1' : '')"
class="img"
lazy-load
/>
+1 -1
View File
@@ -343,7 +343,7 @@
{{ hotel.hotelTypeName }}
</view>
<image
:src="hotel.img"
:src="hotel.img + ((hotel.img && hotel.img.indexOf('.mp4') > -1) ? '?vframe/jpg/offset/1' : '')"
class="img"
lazy-load
/>