diff --git a/components/m-share/index.vue b/components/m-share/index.vue index 355985a..8642b1c 100644 --- a/components/m-share/index.vue +++ b/components/m-share/index.vue @@ -113,7 +113,7 @@ export default { uni.share({ provider: "weixin", scene: scene, - href: configs.downloadLink + this.link, + href: configs.shareLink + this.link, imageUrl: this.thumbnail, type: 0, summary: this.goodsName,