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
}
},
时灵时不灵看看是不是参数的问题,可以把参数先固定写死,排查看看能不能稳定的发到朋友圈