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 } },