Fix(养生圣地):[#2487]应该显示一句话介绍,而不是地址

This commit is contained in:
lifizer
2024-10-14 10:26:29 +08:00
parent 08c9193475
commit 10ef53ecb1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -62,8 +62,8 @@
<text class="v12-font-28">{{ item.areaName }}</text>
</view>
</view>
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t" style="min-height: 76rpx; " @click="toStore(item.hotelId)">{{ item.address }}</view>
<view class="v12-justify-start v12-align-center v12-my-1" @click="toStore(item.hotelId)">
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t" style="min-height: 76rpx;">{{ item.content }}</view>
<view class="v12-justify-start v12-align-center v12-my-1">
<view class="atr">
<image class="atr" :src="item.logo"></image>
</view>
+2 -2
View File
@@ -22,8 +22,8 @@
<text class="v12-font-28">{{ item.areaName }}</text>
</view>
</view>
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t" style="min-height: 76rpx; " @click="toStore(item.hotelId)">{{ item.address }}</view>
<view class="v12-justify-start v12-align-center v12-my-1" @click="toStore(item.hotelId)">
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t" style="min-height: 76rpx;">{{ item.content }}</view>
<view class="v12-justify-start v12-align-center v12-my-1">
<view class="atr">
<image class="atr" :src="item.logo"></image>
</view>