Feat(AI):店铺搜索显示店铺类型

This commit is contained in:
lifizer
2025-05-15 17:12:23 +08:00
parent e9aae5e8ae
commit b13dd1d368
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -137,7 +137,7 @@
@click="hotelItemClickHandle(hotel)" @click="hotelItemClickHandle(hotel)"
> >
<view class="hotel-type"> <view class="hotel-type">
手工体验 {{ item.hotelTypeName }}
</view> </view>
<image <image
:src="hotel.img" :src="hotel.img"
+1 -1
View File
@@ -207,7 +207,7 @@
@click="hotelItemClickHandle(hotel)" @click="hotelItemClickHandle(hotel)"
> >
<view class="hotel-type"> <view class="hotel-type">
手工体验 {{ item.hotelTypeName }}
</view> </view>
<image <image
:src="hotel.img" :src="hotel.img"