123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <block wx:if="{{shareArticleInfo.type == 3}}">
- <web-view wx:if="{{(platform!='windows'&&platform!='mac'&&!!type)||!type}}" src="{{shareArticleInfo.files}}"></web-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&(type==1||type==4)}}" bindtap="shareArticleBtn" class="housesharebox tcenter">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==2}}" bindtap="shareArticleBtn" class="panosharebox tcenter">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==3}}" bindtap="shareArticleBtn" class="tsharebox tcenter">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==5}}" bindtap="shareArticleBtn" class="housesharebox tcenter" style="bottom: 158px;">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- </block>
- <block wx:if="{{shareArticleInfo.type == 4}}">
- <web-view wx:if="{{(platform!='windows'&&platform!='mac'&&!!type)||!type}}" src="{{shareArticleInfo.vr_group_url}}"></web-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&(type==1||type==4)}}" bindtap="shareArticleBtn" class="housesharebox tcenter">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==2}}" bindtap="shareArticleBtn" class="panosharebox tcenter">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==3}}" bindtap="shareArticleBtn" class="tsharebox tcenter">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- <cover-view wx:if="{{platform!='windows'&&platform!='mac'&&type==5}}" bindtap="shareArticleBtn" class="housesharebox tcenter" style="bottom: 158px;">
- <cover-image src="/img/bshareicon.png"></cover-image>
- <button wx:if="{{!isBroker}}" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber">分享</button>
- </cover-view>
- </block>
- <block wx:if="{{shareArticleInfo.type == 1}}">
- <view class="viewVideo">
- <view wx:for="{{shareArticleInfo.file}}" class="videoBox">
- <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}}" />
- </view>
- <cover-view class="viewBoxFixed">
- <cover-view class="viewBoxTitle">{{shareArticleInfo.title}}</cover-view>
- <cover-view class="viewBoxDesc {{showdesc?'':'ellipsis'}}" catchtap="viewdescFunc">#{{shareArticleInfo.content}}</cover-view>
- </cover-view>
- <view class="shareTips">分享后上传分享截图可获得积分兑换现金</view>
- <view class="cutAndShare">
- <button wx:if="{{isBroker}}" bindtap="shareArticleBtn" class="shareBtn">立即分享</button>
- <button wx:else="" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber" loading="{{loading}}" disabled="{{loading}}" class="shareBtn">立即分享</button>
- </view>
- </view>
- </block>
- <block wx:if="{{shareArticleInfo.type == 2}}">
- <view class="{{showCutImage?'brokerShareInfoPage':''}}">
- <view class="shareinfoTitle">{{shareArticleInfo.title}}</view>
- <view class="shareinfoImg">
- <block wx:if="{{shareArticleInfo.type == 2}}">
- <image wx:for="{{shareArticleInfo.file}}" src="{{item}}" mode="widthFix" data-index="{{index}}" bindtap="previewImage"></image>
- </block>
- <block wx:if="{{shareArticleInfo.type == 3}}">
- <image wx:for="{{shareArticleInfo.file}}" src="{{item}}" mode="widthFix" data-index="{{index}}" bindtap="previewImage"></image>
- </block>
- </view>
- <view class="shareContent">
- <block wx:if="{{fromType == 2}}">
- <block wx:if="{{shareArticleInfo.type == 2}}">
- <mp-html content="{{shareArticleInfo.content}}" />
- </block>
- <block wx:else="">
- {{shareArticleInfo.content}}
- </block>
- </block>
- <block wx:else="">
- {{shareArticleInfo.content}}
- </block>
- </view>
- <view wx:if="{{false}}" class="shareWordBox">
- <view class="shareWordContent">
- <view class="shareWordTitle">对应话术</view>
- <view class="shareWordText">
- {{shareArticleInfo.talkskill}}
- </view>
- <view class="shareWordCopy" bindtap="copyShareText">一键复制</view>
- </view>
- </view>
- <view style="width: 100%;height: 210rpx;"></view>
- <view class="shareTips">分享后上传分享截图可获得积分兑换现金</view>
- <view class="cutAndShare">
- <button wx:if="{{isBroker}}" bindtap="shareArticleBtn" class="shareBtn">立即分享</button>
- <button wx:else="" bindgetphonenumber="getPhoneNumberTap" open-type="getPhoneNumber" loading="{{loading}}" disabled="{{loading}}" class="shareBtn">立即分享</button>
- </view>
- </view>
- <view wx:if="{{showCutImage}}" class="cutMask" bindtap="closeDialog" bindtouchmove="dothis">
- <view class="cutBlock" catchtap="dothis">
- <view class="cutTitle">上传分享截图</view>
- <view class="cutContent">
- <view class="cutShareLabel">上传分享截图</view>
- <view class="cutImglistBox">
- <view wx:for="{{trackimgarr}}" class="imageItem">
- <image src="{{item.tempFilePath}}" mode="" />
- <view data-index="{{index}}" class="imgdel" bindtap="imageDel">
- <image src="../../../img/wdelt.png" mode="widthFix"></image>
- </view>
- </view>
- <view class="uploadImg" bindtap="uploadImage">
- <image src="../../../img/addicon.png" mode="widthFix"></image>
- <view class="u-text">上传</view>
- </view>
- </view>
- <view class="u-textarea-box">
- <textarea value="{{remark}}" bindinput="getTextarea" class="u-textarea" placeholder="请输入备注" cols="30" rows="10"></textarea>
- </view>
- </view>
- <button disabled="{{loading}}" loading="{{loading}}" class="cutConfirm" bindtap="submitData">保存并推荐分享</button>
- </view>
- </view>
- </block>
- <wshare wshareshow="{{wshareshow}}" bind:poster="setpostertap" bind:sfriend="sharetap" bind:sendfriendcircle="sendfriendtap" showTask="{{false}}" bind:shareurl="shareurltap"></wshare>
|