商品分享到朋友圈,参照 https://www.crmeb.com/ask/thread/20960 方式修改文件后,还是没有分享选项,请问是什么原因呢?
文件路径:
uniapp/pages/goods_details/index.vue
代码:
onShareTimeline() {
let that = this;
userShare();
return {
title: that.storeInfo.store_name,
query: {
id: that.id,
spid: that.uid || 0,
},
imageUrl: that.storeInfo.image,
};
},
位置:
添加至 onShareAppMessage方法下