123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
- <view wx:if="{{!!type}}" class="leftindexbox clearfix" style="top: {{top*1+9}}px;">
- <image bindtap="golastap" class="leftgoto" src="../../../img/back.png"></image>
- </view>
- <view class="fontfpm fontr32 center maintitle titleStyle" style="line-height: 44px;padding-left:{{type==3?'32px':'25rpx'}};">{{siteobj.name}}</view>
- </view>
- <view class="topcoverbox" style="margin-top:{{top*1+hgt*1}}px;">
- <image mode="widthFix" src="{{siteobj.cover}}"></image>
- </view>
- <view class="titlebox">
- <view class="fontfpb bold fontr32 color333 lhr44">{{siteobj.name}}</view>
- <view class="startimebox fontr18 color999 lhr40 fontfpr">2022-10-11开工</view>
- <view class="casemsgbox clearfix fontr24 tcenter ">
- <view class="clearfix color333 fontfpm lhr40">
- <view class="pull-left width25">户型</view>
- <view class="pull-left width30_">风格</view>
- <view class="pull-left width22_">面积</view>
- <view class="pull-left width23_">设计师</view>
- </view>
- <view class="clearfix color28A1FF fontr28 fontfpr lhr32 casepricebox">
- <view class="pull-left width25">{{siteobj.housetype?siteobj.housetype.name:'未知'}}</view>
- <view class="pull-left width30_">{{siteobj.style?siteobj.style.name:'未知'}}</view>
- <view class="pull-left width22_">{{siteobj.area?siteobj.area:'未知'}}㎡</view>
- <view class="pull-left width23_">{{siteobj.designer?siteobj.designer.name:'未知'}}</view>
- </view>
- </view>
- </view>
- <view class="stepbox">
- <view class="steptitle fontfpb bold color333 fontr32 lhr44">施工进度</view>
- <view class="clearfix sitestep">
- <view wx:for="{{siteobj.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">
- <!-- {{sitem.upload==1?'✔':sidx*1+1}} -->
- <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>
- <!-- <view wx:if="{{phoneFlag==true}}" class="unloginlayer">
- <button wx:if="{{phoneFlag==true}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap" class="articlebtn fontfpm center">
- <view class="inline-block articleview">
- <view class="pull-left">查看全部</view>
- <image class="pull-left" src="../../../img/down.png"></image>
- </view>
- </button>
- </view> -->
- <view wx:for="{{siteobj.step_list}}" wx:if="{{item.upload==1&&!phoneFlag}}" class="stepmsgbox">
- <view class="stepmsgtitbox clearfix">
- <view class="pull-left fontr32 fontfpb bold color333 lhr44">{{item.name}}</view>
- <view class="pull-left colorA6CAE0 fontr18 lhr44 mglr14">{{item.data.addtime}}更新</view>
- </view>
- <view class="contentbox mgtr20 colorccc fontr24 lhr40 ">{{item.data.content}}</view>
- <view wx:if="{{item.data.type=='img'||!item.data.type}}" class="mtr16 imgbox clearfix">
- <image wx:for="{{item.data.img}}" wx:for-index='sidx' data-idx="{{index}}" data-img="{{mitem}}" bindtap="looktap" wx:for-item="mitem" class="pull-left" src="{{mitem}}"></image>
- </view>
- <view wx:if="{{item.data.type=='video'}}" class="mtr16 videobox clearfix">
- <video-list id="myVideo" vidoesrc="{{item.data.video}}" poster="{{item.data.video_cover?item.data.video_cover:item.data.video+'?x-oss-process=video/snapshot,t_100,f_jpg,w_200,m_fast'}}" objectfit="contain" showProgress="{{true}}" showBottomProgress="{{true}}" showFullscreenBtn="{{true}}"/>
- </view>
- <view wx:if="{{item.data.type=='vr'}}" class="mtr16 imgbox clearfix">
- <view wx:for="{{item.data.vr}}" wx:for-item="vritem" class="pull-left relative">
- <image class="vr-img-link" mode="widthFix" src="{{vritem.vrfirstImg}}"></image>
- <view data-vr="{{vritem.vrUrl}}" class="vr-box" bindtap="openVRLink">
- <image data-vr="{{vritem.vrUrl}}" src="../../../img/interVr.png" class="vr-image" mode="widthFix"></image>
- </view>
- </view>
- </view>
- </view>
- <view style="width: 100%;height:160rpx;"></view>
- <!-- 添加客服 -->
- <block wx:if="{{!!shareobj.headimgurl||!!shareobj.nickname}}">
- <view class="clientBox" hidden="{{!showAction}}" bindtap="operateBtn">
- <view class="clientBox-avatar">
- <image src="{{shareobj.headimgurl}}"></image>
- </view>
- <view class="clientBox-text">咨询</view>
- </view>
- <view class="contactSales" hidden="{{showAction}}">
- <view class="contactSales-left">
- <image class="left-avatar" src="{{shareobj.headimgurl}}"></image>
- <view class="left-msg">
- <view class="left-name">
- <text>{{shareobj.name}}</text>
- <image class="nameCard" src="../../../img/nameCard12.png" bindtap="toPageNameCard"></image>
- </view>
- <view class="left-text">{{companyName}}</view>
- </view>
- </view>
- <view class="contactSales-right">
- <view class="right-box1" bindtap="callphonetap">
- <image class="rightmobile" src="../../../img/mobile121.png"></image>
- <text>电话预约</text>
- </view>
- <view class="right-box1" bindtap="prelooktap">
- <image class="rightmobile" src="../../../img/weixin12.png"></image>
- <text>微信咨询</text>
- </view>
- </view>
- </view>
- </block>
- <!-- 添加客服 -->
- <scheme priceflag='{{designPlan}}' rType="Construction" curId="{{cid}}" bind:run="closeDesigntap"></scheme>
- <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" mobileflag="{{mobileflag}}" phoneflag="{{true}}" typenum="{{0}}" id="loginbox" bind:cancelPhone="cancelGetPhone" bind:run="login"></mustlogin>
|