constructsitelist.wxml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
  2. <!-- <view class="leftindexbox clearfix" style="top: {{top*1+8}}px;">
  3. <image bindtap="goindextap" class="leftgoto" src="../../../img/back.png"></image>
  4. <text></text>
  5. <image bindtap="goindextap" class="gotoindex" src="../../../img/goindex.png"></image>
  6. <view bindtap="goindextap" class="gotoidxbox"></view>
  7. </view> -->
  8. <view class="fontfpm fontr32 center maintitle" style="line-height: 44px;">在施工地</view>
  9. </view>
  10. <view class="clearfix secondtitbox" style="padding-top:{{top*1+hgt*1}}px;">
  11. <view class="color384855 pull-left orderbtn">
  12. <view data-type="time" bindtap="setordertypetap" class="constructit fontfpr fontr28 pull-left {{ordertype=='time'?'nowordertit':''}}">最新</view>
  13. <view data-type="hot" bindtap="setordertypetap" class="constructit fontfpr fontr28 pull-left {{ordertype=='hot'?'nowordertit':''}}">最热</view>
  14. </view>
  15. <view bindtap="allfiltratetap" class="pull-right searchbtn color384855 fontfpr fontr28 relative">
  16. <text></text>
  17. <view class="pull-left">小区</view>
  18. <image class="pull-left" src="../../../img/fliter.png"></image>
  19. </view>
  20. </view>
  21. <view class="matterbox" style="padding-top:{{top*1+hgt*1}}px;">
  22. <view wx:for="{{constructlist}}" data-cid="{{item.id}}" bindtap="sitetap" class="constructSitebox">
  23. <view data-cid="{{item.id}}" class="coverbox">
  24. <image data-cid="{{item.id}}" mode="widthFix" class="" src="{{item.cover}}?x-oss-process=image/resize,w_375"></image>
  25. </view>
  26. <view data-cid="{{item.id}}" class="fontfpr ">
  27. <view data-cid="{{item.id}}" class="clearfix mgtr16 ">
  28. <view data-cid="{{item.id}}" class="pull-left fontr32 color333 lhr44 constructit ellipsis">{{item.name}}</view>
  29. <view data-cid="{{item.id}}" class="nowtime pull-right fontr20 colorA6CAE0 lhr44">{{item.start_time}} 开工</view>
  30. </view>
  31. <view data-cid="{{item.id}}" class="clearfix mgtr16 lhr44 fontfpr color333">
  32. <view data-cid="{{item.id}}" class="pull-left colorA6CAE0 fontr24 ">{{item.community&&item.community.name?item.community.name+'|':''}}{{item.housetype&&item.housetype.name?item.housetype.name+'|':''}}{{item.style&&item.style.name?item.style.name+'|':''}}{{item.area?item.area:'未知'}}m²</view>
  33. </view>
  34. </view>
  35. <view class="sitestep mgt24 clearfix fontfpr">
  36. <view wx:for="{{item.step_list}}" wx:for-item="sitem" wx:for-index='sidx' class="pull-left everysteps width20_ tcenter {{sitem.upload==1||sitem.need_upload==1?'laststeps':''}}">
  37. <view class="stepnum fontr18 lhr28">
  38. <block wx:if="{{sitem.upload==1}}">
  39. <image src="../../../img/duihaoicon.png" class="duihaoIcon" mode="widthFix"></image>
  40. </block>
  41. <block wx:else="">
  42. {{sidx*1+1}}
  43. </block>
  44. </view>
  45. <view class="fontr22 color333 lhr40">{{sitem.name}}</view>
  46. </view>
  47. </view>
  48. </view>
  49. <nonedata len="{{constructlist.length}}" datashow="{{datashow}}"></nonedata>
  50. </view>
  51. <view bindtap="closefiltratetap" wx:if="{{filtrateflag}}" catchtouchmove="return" class="caselayerbox relative">
  52. <view catchtap="dothis" class="caselayer" style="padding-top:70rpx;margin-top:{{top*1+hgt*1}}px;">
  53. <button bindtap="deltap" class="tcenter communitybox" wx:if="{{!!sitename}}">
  54. <view class="clearfix inline-block">
  55. <view class="pull-left communitytext">{{sitename}}</view>
  56. <image class="pull-left" src="../../../img/cancle.png"></image>
  57. </view>
  58. </button>
  59. <view class="casetypefiltrate">
  60. <view class="plotfiltrate clearfix relative">
  61. <mp-index-list list="{{list}}" bindchoose="onChoose" class="mpbox city__list">
  62. </mp-index-list>
  63. </view>
  64. </view>
  65. </view>
  66. </view>
  67. <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" id="loginbox" bind:run="unreadMsg"></mustlogin>
  68. <sharefooter type='{{2}}' shareperson-msg="{{shareobj}}" companyobj="{{companyobj}}"></sharefooter>