1 |
- <view data-event-opts="{{[['tap',[['$navigateTo',['/pages/house/house?houseId='+house.id]]]]]}}" class="house-item" bindtap="__e"><view class="house-image"><image class="image" src="{{$root.m0}}" mode="aspectFill"></image></view><view class="house-level">9.1</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 class="location">{{(house.distance||'-')+"km"}}</view></view></view>
|