小程序详情页面分享不能生成分销关系->首页还是有问题。

This commit is contained in:
xuwenbo
2020-09-13 10:07:24 +08:00
parent b275117c35
commit 99e4714129
5 changed files with 105 additions and 8 deletions

View File

@ -326,7 +326,7 @@
return {
title: this.storeInfo.storeName,
imageUrl: this.storeInfo.image,
path: "pages/shop/GoodsCon/index?id=" + this.storeInfo.id + "&spread=" + uni.getStorageSync("uid"),
path: "pages/shop/GoodsCon/index?id=" + this.storeInfo.id + "&spread=" + uni.getStorageSync("uid")+"&pageType=good&codeType=routine",
success(res) {
uni.showToast({
title: '分享成功'