商品分享到朋友圈,參照 http://www.therapist.net.cn/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方法下