之前論壇里的,不太適用了,顯示有點(diǎn)問題,沒檢查分享出去是不是下級(jí)
- 首頁(yè)分享 在 生成的小程序 里的:pages/index/index.js
加在 ?onShareAppMessage: function () {...},
?后面
onShareTimeline() {
return {
title: this.shareInfo.title,
imageUrl: this.shareInfo.img,
path: "/pages/index/index?id=" + this.data.id + "&spid=" + this.data.uid,
}
},
?
2、商品單頁(yè)分享 在 生成的小程序 里的:pages/goods_details/index.js
加在 ?onShareAppMessage: function () {...},
?后面
onShareTimeline(){
var t = this;
return t.$set(t, "actionSheetHidden", !t.actionSheetHidden), (0, s.userShare)(), {
title: t.storeInfo.store_name || "",
imageUrl: t.storeInfo.image || "",
path: "/pages/goods_details/index?id=" + t.id + "&spid=" + t.uid
}
},
?新手,有改的不對(duì)的地方請(qǐng)指正