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

(cherry picked from commit a113312712)
This commit is contained in:
lifizer
2026-04-29 16:29:34 +08:00
parent 856d89a42f
commit 26ff0d2dd8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
/> />
+1 -1
View File
@@ -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
/> />