添加湖畔社区进入小区的作用范围
This commit is contained in:
parent
ca4f9cd388
commit
42a5f23564
@ -3,11 +3,11 @@
|
|||||||
<view class="community-list">
|
<view class="community-list">
|
||||||
<view class="community-item-box" v-for="(item, index) in communityList" :key="index">
|
<view class="community-item-box" v-for="(item, index) in communityList" :key="index">
|
||||||
<view class="community-item">
|
<view class="community-item">
|
||||||
<view class="community-image">
|
<view class="community-image" @tap="enterCommunity(item)">
|
||||||
<image :src="item.pic" mode="aspectFill"></image>
|
<image :src="item.pic" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="community-info">
|
<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-property">物业公司:{{ item.property || '-' }}</view>
|
||||||
<view class="community-distance">距我当前:{{ item.distance || '未知' }}</view>
|
<view class="community-distance">距我当前:{{ item.distance || '未知' }}</view>
|
||||||
<view class="community-buttons">
|
<view class="community-buttons">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user