123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <view class="topbox" style="padding-top:{{top}}px;height:{{top*1+hgt*1}}px;">
- <view wx:if="{{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" style="line-height: 44px;padding-left:{{type==3?'32px':'25rpx'}};">设计师详情</view>
- </view>
- <view style="margin-top:{{top*1+hgt*1}}px;padding-top: 20rpx;">
- <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="/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="{{canIUseGetUserProfile&&loginFlag==false}}" class="apointbtn fontfor fontr36 colorfff bg249efb" bindtap="getUserProfile">预约Ta</button>
- <button wx:if="{{!canIUseGetUserProfile&&loginFlag==false}}" open-type="getUserInfo" class="apointbtn fontfor fontr36 colorfff bg249efb" bindgetuserinfo="getUserInfoTap">预约Ta</button>
- <button wx:if="{{loginFlag&&phoneflag==false}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap" class="apointbtn fontfor fontr36 colorfff bg249efb">预约Ta</button>
- <button wx:if="{{loginFlag&&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>
- <sharefooter type='{{2}}' shareperson-msg="{{shareobj}}" companyobj="{{companyobj}}"></sharefooter>
- <loginbox loginFlag="{{loginFlag}}" logo="{{companyobj.logo}}" orgname="{{companyobj.company_name}}" mobileflag="{{mobileflag}}" phone="{{mobile}}" close="{{true}}" invite="{{false}}" canIUseGetUserProfile="{{canIUseGetUserProfile}}" id="loginbox" bind:run="designermsg"></loginbox>
|