分享你我的心得.
共乘一片美好网络.

小程序分享到朋友圈

onShareTimeline()

  onShareTimeline: function () {
    let that = this;
    return {
      title: that.data.shopInfo.name,//标题名称
      query: ‘id=’ + that.data.shopInfo.ids,//?号后面的参数
      imageUrl: that.data.imagePath,//缩略图地址
      success: function (res) {
        console.log(res)
      }
    }
  }
暂时只能用右上角三个小点分享,不能在页面上分享,呵呵!还是测试版本

官方文档

https://developers.weixin.qq.com/miniprogram/dev/reference/api/Page.html#onShareTimeline

赞(0)
未经允许不得转载:小叶白龙博客 » 小程序分享到朋友圈
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址