123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
- <!-- <view class="leftindexbox clearfix" style="top: {{top*1+8}}px;">
- <image bindtap="goindextap" class="leftgoto" src="../../../img/back.png"></image>
- <text></text>
- <image bindtap="goindextap" class="gotoindex" src="../../../img/goindex.png"></image>
- <view bindtap="goindextap" class="gotoidxbox"></view>
- </view> -->
- <view class="fontfpm fontr32 center maintitle" style="line-height: 44px;">在施工地</view>
- </view>
- <view class="clearfix secondtitbox" style="padding-top:{{top*1+hgt*1}}px;">
- <view class="color384855 pull-left orderbtn">
- <view data-type="time" bindtap="setordertypetap" class="constructit fontfpr fontr28 pull-left {{ordertype=='time'?'nowordertit':''}}">最新</view>
- <view data-type="hot" bindtap="setordertypetap" class="constructit fontfpr fontr28 pull-left {{ordertype=='hot'?'nowordertit':''}}">最热</view>
- </view>
- <view bindtap="allfiltratetap" class="pull-right searchbtn color384855 fontfpr fontr28 relative">
- <text></text>
- <view class="pull-left">小区</view>
- <image class="pull-left" src="../../../img/fliter.png"></image>
- </view>
- </view>
- <view class="matterbox" style="padding-top:{{top*1+hgt*1}}px;">
- <view wx:for="{{constructlist}}" data-cid="{{item.id}}" bindtap="sitetap" class="constructSitebox">
- <view data-cid="{{item.id}}" class="coverbox">
- <image data-cid="{{item.id}}" mode="widthFix" class="" src="{{item.cover}}?x-oss-process=image/resize,w_375"></image>
- </view>
- <view data-cid="{{item.id}}" class="fontfpr ">
- <view data-cid="{{item.id}}" class="clearfix mgtr16 ">
- <view data-cid="{{item.id}}" class="pull-left fontr32 color333 lhr44 constructit ellipsis">{{item.name}}</view>
- <view data-cid="{{item.id}}" class="nowtime pull-right fontr20 colorA6CAE0 lhr44">{{item.start_time}} 开工</view>
- </view>
- <view data-cid="{{item.id}}" class="clearfix mgtr16 lhr44 fontfpr color333">
- <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>
- </view>
- </view>
- <view class="sitestep mgt24 clearfix fontfpr">
- <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':''}}">
- <view class="stepnum fontr18 lhr28">
- <block wx:if="{{sitem.upload==1}}">
- <image src="../../../img/duihaoicon.png" class="duihaoIcon" mode="widthFix"></image>
- </block>
- <block wx:else="">
- {{sidx*1+1}}
- </block>
- </view>
- <view class="fontr22 color333 lhr40">{{sitem.name}}</view>
- </view>
- </view>
- </view>
- <nonedata len="{{constructlist.length}}" datashow="{{datashow}}"></nonedata>
- </view>
- <view bindtap="closefiltratetap" wx:if="{{filtrateflag}}" catchtouchmove="return" class="caselayerbox relative">
- <view catchtap="dothis" class="caselayer" style="padding-top:70rpx;margin-top:{{top*1+hgt*1}}px;">
- <button bindtap="deltap" class="tcenter communitybox" wx:if="{{!!sitename}}">
- <view class="clearfix inline-block">
- <view class="pull-left communitytext">{{sitename}}</view>
- <image class="pull-left" src="../../../img/cancle.png"></image>
- </view>
- </button>
- <view class="casetypefiltrate">
- <view class="plotfiltrate clearfix relative">
- <mp-index-list list="{{list}}" bindchoose="onChoose" class="mpbox city__list">
- </mp-index-list>
- </view>
- </view>
- </view>
- </view>
- <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" id="loginbox" bind:run="unreadMsg"></mustlogin>
- <sharefooter type='{{2}}' shareperson-msg="{{shareobj}}" companyobj="{{companyobj}}"></sharefooter>
|