share.wxml 1.4 KB

12345678910111213141516171819202122232425
  1. <view class="share" bindtap="close" wx:if="{{shareFlag}}" catchtouchmove="touchMove">
  2. <view class="btn" animation="{{animationData}}" id="btnArea" catchtap="nothing">
  3. <!-- <image class="bg" src="../../static/groupImg/share.png"></image> -->
  4. <view class="corss-line"></view>
  5. <view class="invite-text">分享作品</view>
  6. <view class="share-btn">
  7. <button class="share-friend" open-type="share" catchtap="shareFriend">
  8. <image src="../../static/groupImg/weixin.png"></image>
  9. <text>群/好友</text>
  10. </button>
  11. <view class="share-circle" catchtap="PreservationImg">
  12. <image src="../../static/groupImg/circle.png"></image>
  13. <text>保存海报</text>
  14. </view>
  15. </view>
  16. </view>
  17. <cover-view class="share-img" wx:if="{{imgUrls}}" id="imgArea">
  18. <cover-image class="img" src="{{imgUrls}}" catchtap="nothing"></cover-image>
  19. <!-- <cover-view class="Preservation" bindtap="PreservationImg" style="{{shareType === 'works' ?'background:#ff9209' :'background:#70CA2D'}}">
  20. <!-- <image class="PreservationBg" src="../../static/groupImg/Preservation.png"></image> -->
  21. <!-- <text bindtap="PreservationImg">保存到相册中,快去分享吧</text> -->
  22. <!-- 保存到相册中,快去分享吧! -->
  23. <!-- </cover-view> --> -->
  24. </cover-view>
  25. </view>