From c8c531db17464c6b72276e048f2d102efbdc8b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 18 Jun 2021 16:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9share=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/m-share/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,