Fix(养生圣地):[#2487]应该显示一句话介绍,而不是地址
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user