fix: bug修复

This commit is contained in:
mayubo@gmail.com 2025-04-28 16:54:24 +08:00
parent 67f6b14136
commit 30721b5c04

View File

@ -6,7 +6,7 @@
<view class="title">{{item.name}}</view>
<view class="distance" v-if="item.distance">{{item.distance}}</view>
</view>
<view class="center">物业公司{{item.shop.shop_name || item.property}}</view>
<view class="center">物业公司{{item.shop && item.shop.shop_name || item.property}}</view>
<view class="address">
<image class="address_icon"
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/community/_assets/Group_50.png" mode="" />