designermsg.wxml 7.2 KB

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