viewbuilding.wxml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <wxs src="../../../utils/filters.wxs" module="filters"></wxs>
  2. <view class="companybox">
  3. <!-- 素材库 -->
  4. <view class="matterbox">
  5. <!-- wx:if="{{mattertype!='热装楼盘'}}" -->
  6. <view class="clearfix secondtitbox" style="padding:5rpx 0;">
  7. <view wx:if="{{mattertype=='热装楼盘'}}" class="color384855 pull-left progress">
  8. <view data-type="new" bindtap="setBuildFilter" class=" fontfpr fontr28 pull-left {{orderBuildType=='new'?'nowordertit':''}}">最新</view>
  9. <view data-type="hot" bindtap="setBuildFilter" class=" fontfpr fontr28 pull-left {{orderBuildType=='hot'?'nowordertit':''}}">最热</view>
  10. </view>
  11. </view>
  12. <!-- -->
  13. <view class="">
  14. <!-- 热装楼盘 -->
  15. <view hidden="{{mattertype!='热装楼盘'}}" class="publicpraisebox clearfix">
  16. <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">
  17. <view class="progress-left" data-id="{{item.id}}" >
  18. <image class="progress-left-img" src="{{item.cover[0]}}?x-oss-process=image/resize,w_375"></image>
  19. <view class="progress-left-text">{{item.duetime}}交房</view>
  20. </view>
  21. <view class="progress-right">
  22. <view class="progress-right-title" data-id="{{item.id}}">
  23. <text class="fontw700 font32">{{item.name}}</text>
  24. </view>
  25. <view class="progress-right-area" data-id="{{item.id}}">
  26. <text class="colorCECECE font28">{{item.areastr||'暂未关联户型'}}</text>
  27. </view>
  28. <view class="progress-right-address flex align-center">
  29. <view class="p-r-img1">
  30. <image src="../../../img/addressicon.png" mode="widthFix"></image>
  31. </view>
  32. <view class="flex-sub progress-right-address ml10">
  33. <text class="color424242 font28">{{item.address}}</text>
  34. </view>
  35. </view>
  36. <view class="flex align-center justify-between mt10">
  37. <view class="font22 color989898">更新时间:{{item.update_time}}</view>
  38. <view class="flex-sub flex align-center justify-end color45ADFF ml10">
  39. </view>
  40. </view>
  41. </view>
  42. </view>
  43. </view>
  44. <nonedata len="{{buildinglist.length}}" datashow="{{datashow}}"></nonedata>
  45. </view>
  46. </view>
  47. </view>
  48. <view wx:if="{{downflag==true}}" class="downloadBox">
  49. <cover-view class="downTitle fontfpm">内容保存进度提示</cover-view>
  50. <cover-view class="downnumbox fontfpr fontr36 center">
  51. <cover-view wx:if="{{downloaded==true}}">保存成功,请在系统相册查看</cover-view>
  52. <cover-view wx:if="{{downloaded==false}}">{{num}}</cover-view>
  53. <cover-view wx:if="{{downloaded==false}}">/</cover-view>
  54. <cover-view wx:if="{{downloaded==false}}">{{downlen}}</cover-view>
  55. </cover-view>
  56. </view>
  57. <wshare wshareshow="{{wshareshow}}" posterimg="{{nowimg}}" islist="{{islist}}" bind:poster="setpostertap" title="{{nowtitle}}" qrcode="{{qrcodeimg}}" bind:sendfriendcircle="sendfriendtap" bind:shareurl="shareurltap"></wshare>