12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
- <view class="leftindexbox clearfix" style="top: {{top*1+8}}px;border: 1px solid #d1cfcf;">
- <image bindtap="golastap" class="leftgoto" src="../../../img/back.png"></image>
- <view bindtap="golastap" class="leftitbox"></view>
- <text></text>
- <image bindtap="goindextap" class="gotoindex" src="../../../img/goindex.png"></image>
- <view bindtap="goindextap" class="gotoidxbox"></view>
- </view>
- <!-- <view wx:if="{{!employeeflag&&type==3}}" 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:82px;">设计师详情</view>
- </view>
- <view class="designerbox" style="padding-top:{{top*1+hgt*1+10}}px;">
- <view class="personmsgbox">
- <view class="clearfix">
- <image class="pull-left headimg" wx:if="{{designerobj.image_photo}}" src="{{designerobj.image_photo}}" alt="头像"></image>
- <image class="pull-left headimg" wx:if="{{!designerobj.image_photo}}" src="/share/img/unheadimg.jpg" alt="头像"></image>
- <view class="rightpersonmsgbox pull-left">
- <view class="clearfix">
- <text class="pull-left fontr40 fontfps fontw600 color384855 lhr56 personame ellipsis">{{designerobj.title}}</text>
- <text class="pull-left color9DB6CF fontfpr fontr24 lhr34 mgt16 ">{{designerobj.position?'['+designerobj.position+']':''}}</text>
- </view>
- <view class="mt6 color384855 fontfpr lhr34">{{designerobj.work_years?designerobj.work_years+'年设计经验':''}}</view>
- <view class="mgtr12">
- <view class="fontfps fontr24 color384855 fontw600 lh34 ">擅长风格:</view>
- <view class="stylebox clearfix color71C4FF fontr20">
- <text wx:for="{{designerobj.good_at}}" wx:if="{{index<6}}" class="align-center justify-center">{{item}}</text>
- <text wx:if="{{designerobj.good_at.length>=6}}" style="min-width: 56rpx;" class="align-center justify-center">...</text>
- </view>
- <view class="stylebox clearfix color384855 fontr24">{{!designerobj.good_at?'暂无数据':''}}</view>
- </view>
- <view class="mgtr12">
- <view class="fontfps fontr24 color384855 fontw600 lhr34 ">擅长户型:</view>
- <view class="clearfix fontfpr fontr20 color384855 lhr40 ">
- <view wx:if="{{!designerobj.good_house}}" class="fontr24">暂无数据</view>
- <view wx:for="{{designerobj.good_house}}" class="pull-left">{{item}}<text wx:if="{{index!=(designerobj.good_house.length-1)}}" class="linebox pull-right">|</text></view>
- </view>
- </view>
- </view>
- </view>
- <view wx:if="{{designerobj.design_concept}}" class="wordbox">{{designerobj.design_concept?'“'+designerobj.design_concept+'”':''}}</view>
- <view wx:if="{{designerobj.vcr}}" class="vcrbox">
- <view class="vcrtitle center relative lh44 font32 color384855 fontfpr">个人VCR</view>
- <view class="mgt16 relative vcrvideo">
- <video-list id="myVideo1" vidoesrc="{{designerobj.vcr}}" poster="{{imgsrc}}" objectfit="contain" showProgress="{{true}}" showBottomProgress="{{true}}" showFullscreenBtn="{{true}}" />
- </view>
- </view>
- <view class="resumebox center">
- <view class="fontr32 fontfps bold color384855 lhr44 tleft">个人履历</view>
- <view class="mt6 resumemsgbox fontr28 color384855 fontfpr lhr46 tleft {{isShow?'cutAticle':''}}">
- <mp-html content="{{designerobj.desc?designerobj.desc:'暂无数据'}}" />
- </view>
- <view wx:if="{{designerobj.desc}}" class="arrow-down">
- <van-icon bind:click="showdesctap" name="{{isShow ? 'arrow-down':'arrow-up'}}" color="#384855" size="15" />
- </view>
- <!-- <button wx:if="{{phoneflag==false}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap" class="apointbtn fontfor fontr36 colorfff bg249efb">预约Ta</button> -->
- <!-- <button wx:if="{{phoneflag}}" catchtap="apointap" class="apointbtn fontfor fontr36 colorfff bg249efb">{{designerobj.make==1?'已预约':'预约Ta'}}</button> -->
- </view>
- </view>
- <view wx:if="{{designerobj.caseCount}}" class="caselistbox">
- <view class="vcrtitle center relative lhr44 fontr32 color384855 fontfpr">设计案例({{designerobj.caseCount}})</view>
- <view class="caselist clearfix">
- <view wx:for="{{caselist}}" wx:if="{{!caseallshow ? (index < 6 ? true : false) : true}}" data-sid="{{item.id}}" bindtap="casemsgtap" class="everycase pull-left">
- <view data-sid="{{item.id}}" class="casecoverimg relative">
- <image data-sid="{{item.id}}" src="{{item.cover_img+'?x-oss-process=image/resize,w_375'}}"></image>
- <image wx:if="{{item.vr_case}}" data-id="{{item.id}}" data-vrlink="{{item.vr_case}}" src="../../../img/interVr.png" mode="widthFix" class="interVrStyle" catchtap="openVRLink"></image>
- <view data-sid="{{item.id}}" class="casetitbox colorfff lhr48 fontr22 fontfpr">
- <view data-sid="{{item.id}}" class="pull-left ellipsis casename">{{item.community_name||'无'}}</view>
- <view data-sid="{{item.id}}" class="pull-left linebox">|</view>
- <view data-sid="{{item.id}}" class="pull-left ellipsis casestyle">{{item.decostyle_name||'无'}}</view>
- <view data-sid="{{item.id}}" class="pull-left linebox">|</view>
- <view data-sid="{{item.id}}" class="pull-left">{{item.square}}m²</view>
- </view>
- </view>
- <view data-sid="{{item.id}}" class="casefootbox fontr24 fontfpr color384855">
- <view data-sid="{{item.id}}" class="ellipsis">{{item.title}}</view>
- <view data-sid="{{item.id}}" class="othercase fontr16 colorB6CADE clearfix">
- <view data-sid="{{item.id}}" class="pull-left clearfix width50_">
- <image data-sid="{{item.id}}" class="pull-left block" src="{{imgUrl}}xcx/aaa/controlshare.png?x-oss-process=image/resize,w_20"></image>
- <view data-sid="{{item.id}}" class="pull-left lhr40 ">{{item.shared_times}}</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view wx:if="{{caselist.length > 6 && !caseallshow}}" class="lookmore fontr28 fontfpr color384855 tcenter" bindtap="otherlistfun">查看更多>></view>
- </view>
- </view>
- <view style="display: block;width: 100%;height: 170rpx;"></view>
- <sharefooter type='{{2}}' shareperson-msg="{{shareobj}}" companyobj="{{companyobj}}"></sharefooter>
- <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" mobileflag="{{!phoneflag}}" logo="{{companyobj.logo}}" id="loginbox" bind:run="designermsg"></mustlogin>
|