designermsg.wxml 7.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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;border: 1px solid #d1cfcf;">
  3. <image bindtap="golastap" class="leftgoto" src="../../../img/back.png"></image>
  4. <view bindtap="golastap" class="leftitbox"></view>
  5. <text></text>
  6. <image bindtap="goindextap" class="gotoindex" src="../../../img/goindex.png"></image>
  7. <view bindtap="goindextap" class="gotoidxbox"></view>
  8. </view>
  9. <!-- <view wx:if="{{!employeeflag&&type==3}}" class="leftindexbox clearfix" style="top: {{top*1+9}}px;">
  10. <image bindtap="golastap" class="leftgoto" src="../../../img/back.png"></image>
  11. </view> -->
  12. <view class="fontfpm fontr32 center maintitle titleStyle" style="line-height: 44px;padding-left:82px;">设计师详情</view>
  13. </view>
  14. <view class="designerbox" style="padding-top:{{top*1+hgt*1+10}}px;">
  15. <view class="personmsgbox">
  16. <view class="clearfix">
  17. <image class="pull-left headimg" wx:if="{{designerobj.image_photo}}" src="{{designerobj.image_photo}}" alt="头像"></image>
  18. <image class="pull-left headimg" wx:if="{{!designerobj.image_photo}}" src="/share/img/unheadimg.jpg" alt="头像"></image>
  19. <view class="rightpersonmsgbox pull-left">
  20. <view class="clearfix">
  21. <text class="pull-left fontr40 fontfps fontw600 color384855 lhr56 personame ellipsis">{{designerobj.title}}</text>
  22. <text class="pull-left color9DB6CF fontfpr fontr24 lhr34 mgt16 ">{{designerobj.position?'['+designerobj.position+']':''}}</text>
  23. </view>
  24. <view class="mt6 color384855 fontfpr lhr34">{{designerobj.work_years?designerobj.work_years+'年设计经验':''}}</view>
  25. <view class="mgtr12">
  26. <view class="fontfps fontr24 color384855 fontw600 lh34 ">擅长风格:</view>
  27. <view class="stylebox clearfix color71C4FF fontr20">
  28. <text wx:for="{{designerobj.good_at}}" wx:if="{{index<6}}" class="align-center justify-center">{{item}}</text>
  29. <text wx:if="{{designerobj.good_at.length>=6}}" style="min-width: 56rpx;" class="align-center justify-center">...</text>
  30. </view>
  31. <view class="stylebox clearfix color384855 fontr24">{{!designerobj.good_at?'暂无数据':''}}</view>
  32. </view>
  33. <view class="mgtr12">
  34. <view class="fontfps fontr24 color384855 fontw600 lhr34 ">擅长户型:</view>
  35. <view class="clearfix fontfpr fontr20 color384855 lhr40 ">
  36. <view wx:if="{{!designerobj.good_house}}" class="fontr24">暂无数据</view>
  37. <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>
  38. </view>
  39. </view>
  40. </view>
  41. </view>
  42. <view wx:if="{{designerobj.design_concept}}" class="wordbox">{{designerobj.design_concept?'“'+designerobj.design_concept+'”':''}}</view>
  43. <view wx:if="{{designerobj.vcr}}" class="vcrbox">
  44. <view class="vcrtitle center relative lh44 font32 color384855 fontfpr">个人VCR</view>
  45. <view class="mgt16 relative vcrvideo">
  46. <video-list id="myVideo1" vidoesrc="{{designerobj.vcr}}" poster="{{imgsrc}}" objectfit="contain" showProgress="{{true}}" showBottomProgress="{{true}}" showFullscreenBtn="{{true}}" />
  47. </view>
  48. </view>
  49. <view class="resumebox center">
  50. <view class="fontr32 fontfps bold color384855 lhr44 tleft">个人履历</view>
  51. <view class="mt6 resumemsgbox fontr28 color384855 fontfpr lhr46 tleft {{isShow?'cutAticle':''}}">
  52. <mp-html content="{{designerobj.desc?designerobj.desc:'暂无数据'}}" />
  53. </view>
  54. <view wx:if="{{designerobj.desc}}" class="arrow-down">
  55. <van-icon bind:click="showdesctap" name="{{isShow ? 'arrow-down':'arrow-up'}}" color="#384855" size="15" />
  56. </view>
  57. <!-- <button wx:if="{{phoneflag==false}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap" class="apointbtn fontfor fontr36 colorfff bg249efb">预约Ta</button> -->
  58. <!-- <button wx:if="{{phoneflag}}" catchtap="apointap" class="apointbtn fontfor fontr36 colorfff bg249efb">{{designerobj.make==1?'已预约':'预约Ta'}}</button> -->
  59. </view>
  60. </view>
  61. <view wx:if="{{designerobj.caseCount}}" class="caselistbox">
  62. <view class="vcrtitle center relative lhr44 fontr32 color384855 fontfpr">设计案例({{designerobj.caseCount}})</view>
  63. <view class="caselist clearfix">
  64. <view wx:for="{{caselist}}" wx:if="{{!caseallshow ? (index < 6 ? true : false) : true}}" data-sid="{{item.id}}" bindtap="casemsgtap" class="everycase pull-left">
  65. <view data-sid="{{item.id}}" class="casecoverimg relative">
  66. <image data-sid="{{item.id}}" src="{{item.cover_img+'?x-oss-process=image/resize,w_375'}}"></image>
  67. <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>
  68. <view data-sid="{{item.id}}" class="casetitbox colorfff lhr48 fontr22 fontfpr">
  69. <view data-sid="{{item.id}}" class="pull-left ellipsis casename">{{item.community_name||'无'}}</view>
  70. <view data-sid="{{item.id}}" class="pull-left linebox">|</view>
  71. <view data-sid="{{item.id}}" class="pull-left ellipsis casestyle">{{item.decostyle_name||'无'}}</view>
  72. <view data-sid="{{item.id}}" class="pull-left linebox">|</view>
  73. <view data-sid="{{item.id}}" class="pull-left">{{item.square}}m²</view>
  74. </view>
  75. </view>
  76. <view data-sid="{{item.id}}" class="casefootbox fontr24 fontfpr color384855">
  77. <view data-sid="{{item.id}}" class="ellipsis">{{item.title}}</view>
  78. <view data-sid="{{item.id}}" class="othercase fontr16 colorB6CADE clearfix">
  79. <view data-sid="{{item.id}}" class="pull-left clearfix width50_">
  80. <image data-sid="{{item.id}}" class="pull-left block" src="{{imgUrl}}xcx/aaa/controlshare.png?x-oss-process=image/resize,w_20"></image>
  81. <view data-sid="{{item.id}}" class="pull-left lhr40 ">{{item.shared_times}}</view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. <view wx:if="{{caselist.length > 6 && !caseallshow}}" class="lookmore fontr28 fontfpr color384855 tcenter" bindtap="otherlistfun">查看更多>></view>
  88. </view>
  89. </view>
  90. <view style="display: block;width: 100%;height: 170rpx;"></view>
  91. <sharefooter type='{{2}}' shareperson-msg="{{shareobj}}" companyobj="{{companyobj}}"></sharefooter>
  92. <mustlogin loginFlag="{{loginFlag}}" orgname="{{companyobj.company_name}}" mobileflag="{{!phoneflag}}" logo="{{companyobj.logo}}" id="loginbox" bind:run="designermsg"></mustlogin>