1 |
- <view class="house-items"><view class="house-image"><image class="image" src="{{$root.m0}}" mode="aspectFill"></image></view><view class="house-content"><view class="title">{{house.name}}</view><view class="space">{{''+house.projectName+"/"+house.projectItemName+"/"+house.projectItemTargetName+"/"+house.roomNumber+''}}</view><view class="tag"><text style="margin-right:6rpx;">{{house.area+"m²"}}</text><block wx:for="{{house.tagList}}" wx:for-item="tag" wx:for-index="index" wx:key="index"><text>{{'| '+tag.name}}</text></block></view><view class="pirce"><text class="number">{{house.price}}</text><text class="label">/月</text></view><view data-event-opts="{{[['tap',[['$navigateTo',['/pages/house/house?houseId='+house.id]]]]]}}" class="house-btn" bindtap="__e">查看房源</view></view></view>
|