jingshuiji/pages/chooseCommunity/chooseCommunity.wxml
2025-06-06 15:07:26 +08:00

35 lines
1.7 KiB
Plaintext

<view class="List">
<view class="List_Item" wx:for="{{4}}" bind:tap="dwelling">
<view class="Item_img">
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/water_filter/goods.png" mode="widthFix"/>
</view>
<view class="Item_msg">
<view class="Item_top">
<view class="Item_top_name">金玉名城</view>
<view class="Item_top_apart">430.34Km</view>
</view>
<view class="Item_sceond">
物业公司:晋城市润恒物业管理有限公司
</view>
<view class="Item_third">
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/new_Index_address.png" mode="widthFix"/>
山西省晋城市北石店镇
</view>
<view class="Item_fourth">
<view class="Item_fourth_left">
<view class="Item_fourth_left1">
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/new_Inndex_send.png" mode="widthFix"/>
导航
</view>
<view class="Item_fourth_left2" bind:tap="phone">
<image src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/new_Index_phone.png" mode="widthFix"/>
电话
</view>
</view>
<view class="Item_fourth_right">
进入小区
</view>
</view>
</view>
</view>
</view>