收藏
回答

onShareTimeline在苹果手机,分享微信小程序到朋友圈有的会发布失败,有的成功,为什么?

onShareTimeline(res) {

  

let that =this;

  return {

  title: that.productInfo.name, //分享的标题

query: "id="+that.id+"&mt="+this.marketingType+"&sd="+that.uid,

  // path: `/pages/goods/goods_details/index?id=${that.id}&mt=${this.marketingType}&sd=${that.uid}`,

  imageUrl: that.productInfo.image

  }

  },

回答关注问题邀请回答
收藏

1 个回答

  • 启年
    启年
    2天前

    时灵时不灵看看是不是参数的问题,可以把参数先固定写死,排查看看能不能稳定的发到朋友圈

    2天前
    有用
    回复
登录 后发表内容