微信小程序点击分享调用好友列表

<view class="foot-group">
      <button type="default" class="btn">查看我的分享</button>
      <button type="default" open-type="share" class="btn">分享一下</button>
    </view>
/**
   * 用户点击右上角分享
   */
  onShareAppMessage: function () {
    return {
      title: '捷马机电行业知识培训报名',
      path: '/page/index/index',
      imageUrl: '../../assets/images/poster.png',
    }
  }

By lxcss

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注