- <!--component/shar-dialog/shar-dialog.wxml-->
- <view class="share">
- <view class="btn">
- <image class="bg" src="../../static/groupImg/share.png"></image>
- <view class="share-btn">
- <view class="share-friend">
- <image src="../../static/groupImg/weixin.png"></image>
- <text>发送给群/好友</text>
- </view>
- <view class="share-circle" bindtap="poster">
- <image src="../../static/groupImg/circle.png"></image>
- <text>发朋友圈</text>
- </view>
- </view>
- </view>
- </view>
|