| 1 |
- <view class="content"><view class="top"><image src="{{info.share_images[0]||''}}" mode="widthFix"></image></view><view class="title">{{info.title||''}}</view><view class="tip">{{info.synopsis||''}}</view><block wx:for="{{info.content}}" wx:for-item="ls" wx:for-index="index" wx:key="index"><view class="main"><block wx:if="{{ls.type=='rich-text'}}"><view><rich-text nodes="{{ls.value}}"></rich-text></view></block><block wx:if="{{ls.type=='video'&&ls.value}}"><video style="width:100%;height:300px;" src="{{ls.value}}" frameborder="0"></video></block></view></block><view class="navbar flex"><view data-event-opts="{{[['tap',[['shareLink']]]]}}" class="navbar-item" catchtap="__e"><view class="navbar-icon"><image src="../../static/icon/sharejt.png" mode></image></view><view class="navbar-font">分享</view></view><view class="xian"></view><view data-event-opts="{{[['tap',[['wzdz']]]]}}" class="navbar-item" catchtap="__e"><block wx:if="{{info.user_good==1}}"><view class="navbar-icon"><image src="../../static/icon/zanguo.png" mode></image></view></block><block wx:else><view class="navbar-icon"><image src="../../static/icon/zan.png" mode></image></view></block><view class="navbar-font">{{info.goods_count}}</view></view></view><block wx:if="{{shareShow}}"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="Shraremask" bindtap="__e"><view class="mask-content"><scroll-view class="view-content" scroll-y="{{true}}"><view class="share-header">分享到</view><view class="share-list"><view class="share-item"><button class="wechat-box" open-type="share"><image class="itemImage" src="../../static/icon/share1.png" mode></image><text class="itemText">微信好友</text></button><view data-event-opts="{{[['tap',[['navTo',['/pages/zc/wzshare?id='+id]]]]]}}" class="wechat-box" bindtap="__e"><image class="itemImage" src="../../static/icon/share2.png" mode></image><text class="itemText">朋友圈</text></view><view data-event-opts="{{[['tap',[['copy']]]]}}" class="wechat-box" bindtap="__e"><image class="itemImage" src="../../static/icon/share3.png" mode></image><text class="itemText">复制链接</text></view><view data-event-opts="{{[['tap',[['shareToFriend']]]]}}" class="wechat-box" bindtap="__e"><image class="itemImage" src="../../static/icon/share4.png" mode></image><text class="itemText">生成海报</text></view></view></view></scroll-view><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="bottomButtom b-t" bindtap="__e">取消</view></view></view></block><uni-popup class="vue-ref" vue-id="4fb84ad5-1" type="center" data-ref="popupshare" bind:__l="__l" vue-slots="{{['default']}}"><view class="share-box"><image class="box-img" src="{{shareImage}}" mode data-event-opts="{{[['longpress',[['saveImg']]]]}}" bindlongpress="__e"></image></view></uni-popup></view>
|