other.wxml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <block wx:if="{{isPrivacy}}">
  2. <web-view wx:if="{{(platform!='windows'&&platform!='mac'&&!!type)||!type}}" bindmessage="bindmessage" src="{{webUrl}}"></web-view>
  3. <cover-view class="userbox" wx:if="{{userflag}}"></cover-view>
  4. <!-- 小红屋 -->
  5. <cover-view class="rightpersonbox" wx:if="{{type==1&&!!personobj.name&&platform!='windows'&&platform!='mac'&&xhwwidth}}" style="width:{{xhwwidth}}px;bottom:{{bottom}}px;">
  6. <cover-image class="headimg" src="{{personobj.headimgurl}}"></cover-image>
  7. <cover-view class="namebox">{{personobj.name}}</cover-view>
  8. <cover-image bindtap="callphonetap" class="mobileimg" src="../../img/mobile12.png"></cover-image>
  9. </cover-view>
  10. <!-- 酷家乐 -->
  11. <cover-view class="contactSales" wx:if="{{type==2&&platform!='windows'&&platform!='mac'}}">
  12. <cover-view class="contactSales-left">
  13. <cover-image class="left-avatar" src="{{personobj.headimgurl?personobj.headimgurl:'/img/default.png'}}"></cover-image>
  14. <cover-view class="left-msg">
  15. <cover-view class="left-name">
  16. <cover-view class="colorfff">{{personobj.name}}</cover-view>
  17. <cover-image class="nameCard" src="../../img/nameCard12.png" bindtap="toPageNameCard"></cover-image>
  18. </cover-view>
  19. <cover-view class="left-text">{{companyobj.company_name}}</cover-view>
  20. </cover-view>
  21. </cover-view>
  22. <cover-view class="contactSales-right">
  23. <cover-view class="right-box1" bindtap="callphonetap">
  24. <cover-image class="rightmobile" src="../../img/mobile121.png"></cover-image>
  25. <cover-view class="">电话预约</cover-view>
  26. </cover-view>
  27. <cover-view class="right-box1" bindtap="prelookimgtap">
  28. <cover-image class="rightmobile" src="../../img/weixin12.png"></cover-image>
  29. <cover-view>微信咨询</cover-view>
  30. </cover-view>
  31. </cover-view>
  32. </cover-view>
  33. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&(type==1||type==4)&&showTask}}" bindtap="casesharetap" class="housesharebox tcenter">
  34. <cover-image src="/img/bshareicon.png"></cover-image>
  35. </cover-view>
  36. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==5&&showTask}}" bindtap="casesharetap" class="housesharebox tcenter" style="bottom: 158px;">
  37. <cover-image src="/img/bshareicon.png"></cover-image>
  38. <!-- <button open-type="share">分享</button> -->
  39. </cover-view>
  40. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==2&&showTask}}" bindtap="casesharetap" class="panosharebox tcenter">
  41. <cover-image src="/img/bshareicon.png"></cover-image>
  42. <cover-view>分享</cover-view>
  43. </cover-view>
  44. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==3&&showTask}}" bindtap="casesharetap" class="tsharebox tcenter">
  45. <cover-image src="/img/bshareicon.png"></cover-image>
  46. </cover-view>
  47. <cover-view wx:if="{{type==3&&platform!='windows'&&platform!='mac'}}" bindtap="callphonetap" class="jeqjcoverphonebox">
  48. <cover-view class="jeqjphonebox">
  49. <cover-image src="../../img/mobile12.png"></cover-image>
  50. </cover-view>
  51. </cover-view>
  52. <!-- <cover-view wx:if="{{type==2&&platform!='windows'&&platform!='mac'}}" class="kjlcoverphonebox">
  53. <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumberTap">领取设计方案></button>
  54. </cover-view> -->
  55. <mustlogin wx:if="{{platform!='windows'&&platform!='mac'}}" loginFlag="{{loginFlag}}" mobileflag="{{mobileflag}}" orgname="{{companyobj.company_name}}" logo="{{companyobj.logo}}" id="loginbox" bind:run="login"></mustlogin>
  56. <!-- PC上的样式 -->
  57. <image wx:if="{{platform=='windows'|| platform=='mac'}}" class="pcunlookicon" src="{{imgUrl}}xcx/aaa/pcunlookicon.png"></image>
  58. <view wx:if="{{platform=='windows'|| platform=='mac'}}" class="tcenter mgt16 fontr28 lhr36 color210605">该VR只支持在手机端浏览</view>
  59. <wshare imgurlflag='{{true}}' wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sendfriendcircle="sendfriendtap" bind:shareurl="shareurltap" ></wshare>
  60. </block>
  61. <!-- 隐私协议授权 -->
  62. <privacy-popup bind:agree="agreePrivacy"></privacy-popup>