buildinglist.wxml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <wxs src="../../../utils/filters.wxs" module="filters"></wxs>
  2. <view class="companybox">
  3. <view class="matterbox">
  4. <view class="clearfix secondtitbox" style="padding:5rpx 0;">
  5. <view wx:if="{{mattertype=='热装楼盘'}}" class="color384855 pull-left progress">
  6. <view data-type="new" bindtap="setBuildFilter" class=" fontfpr fontr28 pull-left {{orderBuildType=='new'?'nowordertit':''}}">最新</view>
  7. <view data-type="hot" bindtap="setBuildFilter" class=" fontfpr fontr28 pull-left {{orderBuildType=='hot'?'nowordertit':''}}">最热</view>
  8. </view>
  9. </view>
  10. <view class="">
  11. <!-- 热装楼盘 -->
  12. <view hidden="{{mattertype!='热装楼盘'}}" class="publicpraisebox clearfix">
  13. <view wx:for="{{buildinglist}}" wx:for-item="item" wx:for-index="idx" wx:key="idx" class="progress-box-item" data-id="{{item.id}}" bindtap="toPageDetail">
  14. <view class="progress-left" data-id="{{item.id}}" >
  15. <image class="progress-left-img" src="{{item.cover[0]}}?x-oss-process=image/resize,w_375"></image>
  16. <view class="progress-left-text">{{item.duetime}}交房</view>
  17. </view>
  18. <view class="progress-right">
  19. <view class="progress-right-title" data-id="{{item.id}}">
  20. <text class="fontw700 font32">{{item.name}}</text>
  21. </view>
  22. <view class="progress-right-area" data-id="{{item.id}}">
  23. <text class="colorCECECE font28">{{item.areastr||'暂未关联户型'}}</text>
  24. </view>
  25. <view class="progress-right-address flex align-center">
  26. <view class="p-r-img1">
  27. <image src="../../../img/addressicon.png" mode="widthFix"></image>
  28. </view>
  29. <view class="flex-sub progress-right-address ml10">
  30. <text class="color424242 font28">{{item.address}}</text>
  31. </view>
  32. </view>
  33. <view class="flex align-center justify-between mt10">
  34. <view class="font22 color989898">更新时间:{{item.update_time}}</view>
  35. <view class="flex-sub flex align-center justify-end color45ADFF ml10">
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. <nonedata len="{{buildinglist.length}}" datashow="{{datashow}}"></nonedata>
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. <sharefooter wx:if="{{type!=3}}" type='{{2}}' shareperson-msg="{{shareobj}}" companyobj="{{companyobj}}"></sharefooter>
  46. <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" id="loginbox" bind:run="unreadMsg"></mustlogin>