1
0

brokershareinfo.wxml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <block wx:if="{{shareArticleInfo.type == 3}}">
  2. <web-view wx:if="{{(platform!='windows'&&platform!='mac'&&!!type)||!type}}" src="{{shareArticleInfo.files}}"></web-view>
  3. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&(type==1||type==4)}}" bindtap="shareArticleBtn" class="housesharebox tcenter">
  4. <cover-image src="/img/bshareicon.png"></cover-image>
  5. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  6. </cover-view>
  7. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==2}}" bindtap="shareArticleBtn" class="panosharebox tcenter">
  8. <cover-image src="/img/bshareicon.png"></cover-image>
  9. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  10. </cover-view>
  11. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==3}}" bindtap="shareArticleBtn" class="tsharebox tcenter">
  12. <cover-image src="/img/bshareicon.png"></cover-image>
  13. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  14. </cover-view>
  15. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==5}}" bindtap="shareArticleBtn" class="housesharebox tcenter" style="bottom: 158px;">
  16. <cover-image src="/img/bshareicon.png"></cover-image>
  17. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  18. </cover-view>
  19. </block>
  20. <block wx:if="{{shareArticleInfo.type == 4}}">
  21. <web-view wx:if="{{(platform!='windows'&&platform!='mac'&&!!type)||!type}}" src="{{shareArticleInfo.vr_group_url}}"></web-view>
  22. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&(type==1||type==4)}}" bindtap="shareArticleBtn" class="housesharebox tcenter">
  23. <cover-image src="/img/bshareicon.png"></cover-image>
  24. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  25. </cover-view>
  26. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==2}}" bindtap="shareArticleBtn" class="panosharebox tcenter">
  27. <cover-image src="/img/bshareicon.png"></cover-image>
  28. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  29. </cover-view>
  30. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==3}}" bindtap="shareArticleBtn" class="tsharebox tcenter">
  31. <cover-image src="/img/bshareicon.png"></cover-image>
  32. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  33. </cover-view>
  34. <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==5}}" bindtap="shareArticleBtn" class="housesharebox tcenter" style="bottom: 158px;">
  35. <cover-image src="/img/bshareicon.png"></cover-image>
  36. <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
  37. </cover-view>
  38. </block>
  39. <block wx:if="{{shareArticleInfo.type == 1}}">
  40. <view class="viewVideo">
  41. <view wx:for="{{shareArticleInfo.file}}" class="videoBox">
  42. <video-list miLinToken="327d74d81bca11ee8eba017370856519" id="myVideo" src="{{item}}" poster="{{item}}?x-oss-process=video/snapshot,t_100,f_jpg,w_200,m_fast" objectfit="contain" show-progress="{{true}}" bindprogress="bindprogress" show-fullscreen-btn="{{false}}" />
  43. </view>
  44. <cover-view class="viewBoxFixed">
  45. <cover-view class="viewBoxTitle">{{shareArticleInfo.title}}</cover-view>
  46. <cover-view class="viewBoxDesc {{showdesc?'':'ellipsis'}}" catchtap="viewdescFunc">#{{shareArticleInfo.content}}</cover-view>
  47. </cover-view>
  48. <view class="shareTips">分享后上传分享截图可获得积分兑换现金</view>
  49. <view class="cutAndShare">
  50. <button wx:if="{{isBroker}}" bindtap="shareArticleBtn" class="shareBtn">立即分享</button>
  51. <button wx:else="" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber" loading="{{loading}}" disabled="{{loading}}" class="shareBtn">立即分享</button>
  52. </view>
  53. </view>
  54. </block>
  55. <block wx:if="{{shareArticleInfo.type == 2}}">
  56. <view class="{{showCutImage?'brokerShareInfoPage':''}}">
  57. <view class="shareinfoTitle">{{shareArticleInfo.title}}</view>
  58. <view class="shareinfoImg">
  59. <block wx:if="{{shareArticleInfo.type == 2}}">
  60. <image wx:for="{{shareArticleInfo.file}}" src="{{item}}" mode="widthFix" data-index="{{index}}" bindtap="previewImage"></image>
  61. </block>
  62. <block wx:if="{{shareArticleInfo.type == 3}}">
  63. <image wx:for="{{shareArticleInfo.file}}" src="{{item}}" mode="widthFix" data-index="{{index}}" bindtap="previewImage"></image>
  64. </block>
  65. </view>
  66. <view class="shareContent">
  67. <block wx:if="{{fromType == 2}}">
  68. <block wx:if="{{shareArticleInfo.type == 2}}">
  69. <mp-html content="{{shareArticleInfo.content}}" />
  70. </block>
  71. <block wx:else="">
  72. {{shareArticleInfo.content}}
  73. </block>
  74. </block>
  75. <block wx:else="">
  76. {{shareArticleInfo.content}}
  77. </block>
  78. </view>
  79. <view wx:if="{{false}}" class="shareWordBox">
  80. <view class="shareWordContent">
  81. <view class="shareWordTitle">对应话术</view>
  82. <view class="shareWordText">
  83. {{shareArticleInfo.talkskill}}
  84. </view>
  85. <view class="shareWordCopy" bindtap="copyShareText">一键复制</view>
  86. </view>
  87. </view>
  88. <view style="width: 100%;height: 210rpx;"></view>
  89. <view class="shareTips">分享后上传分享截图可获得积分兑换现金</view>
  90. <view class="cutAndShare">
  91. <button wx:if="{{isBroker}}" bindtap="shareArticleBtn" class="shareBtn">立即分享</button>
  92. <button wx:else="" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber" loading="{{loading}}" disabled="{{loading}}" class="shareBtn">立即分享</button>
  93. </view>
  94. </view>
  95. <view wx:if="{{showCutImage}}" class="cutMask" bindtap="closeDialog" bindtouchmove="dothis">
  96. <view class="cutBlock" catchtap="dothis">
  97. <view class="cutTitle">上传分享截图</view>
  98. <view class="cutContent">
  99. <view class="cutShareLabel">上传分享截图</view>
  100. <view class="cutImglistBox">
  101. <view wx:for="{{trackimgarr}}" class="imageItem">
  102. <image src="{{item.tempFilePath}}" mode="" />
  103. <view data-index="{{index}}" class="imgdel" bindtap="imageDel">
  104. <image src="../../../img/wdelt.png" mode="widthFix"></image>
  105. </view>
  106. </view>
  107. <view class="uploadImg" bindtap="uploadImage">
  108. <image src="../../../img/addicon.png" mode="widthFix"></image>
  109. <view class="u-text">上传</view>
  110. </view>
  111. </view>
  112. <view class="u-textarea-box">
  113. <textarea value="{{remark}}" bindinput="getTextarea" class="u-textarea" placeholder="请输入备注" cols="30" rows="10"></textarea>
  114. </view>
  115. </view>
  116. <button disabled="{{loading}}" loading="{{loading}}" class="cutConfirm" bindtap="submitData">保存并推荐分享</button>
  117. </view>
  118. </view>
  119. </block>
  120. <wshare wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sfriend="sharetap" bind:sendfriendcircle="sendfriendtap" showTask="{{false}}" bind:shareurl="shareurltap"></wshare>