添加湖畔社区进入小区的作用范围

This commit is contained in:
赵毅 2025-09-13 10:50:33 +08:00
parent ca4f9cd388
commit 42a5f23564

View File

@ -3,11 +3,11 @@
<view class="community-list">
<view class="community-item-box" v-for="(item, index) in communityList" :key="index">
<view class="community-item">
<view class="community-image">
<view class="community-image" @tap="enterCommunity(item)">
<image :src="item.pic" mode="aspectFill"></image>
</view>
<view class="community-info">
<view class="community-name">{{ item.name }}</view>
<view class="community-name" @tap="enterCommunity(item)">{{ item.name }}</view>
<view class="community-property">物业公司{{ item.property || '-' }}</view>
<view class="community-distance">距我当前{{ item.distance || '未知' }}</view>
<view class="community-buttons">