share-dialog.wxml 601 B

12345678910111213141516
  1. <!--component/shar-dialog/shar-dialog.wxml-->
  2. <view class="share">
  3. <view class="btn">
  4. <image class="bg" src="../../static/groupImg/share.png"></image>
  5. <view class="share-btn">
  6. <view class="share-friend">
  7. <image src="../../static/groupImg/weixin.png"></image>
  8. <text>发送给群/好友</text>
  9. </view>
  10. <view class="share-circle" bindtap="poster">
  11. <image src="../../static/groupImg/circle.png"></image>
  12. <text>发朋友圈</text>
  13. </view>
  14. </view>
  15. </view>
  16. </view>