From b9b97735132b8bac1292c0c1aedca5db4a724509 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 3 Dec 2021 17:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppAskForm/components/Result.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/AppAskForm/components/Result.vue b/src/apps/AppAskForm/components/Result.vue index 3b6a2ea9..f7f9f886 100644 --- a/src/apps/AppAskForm/components/Result.vue +++ b/src/apps/AppAskForm/components/Result.vue @@ -37,7 +37,6 @@ mounted () { this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact']) - console.log(this.params) }, methods: { @@ -58,7 +57,7 @@ this.wxInvoke(['shareAppMessage', { title: this.params.title, desc: this.params.tableExplain, - link: res.params.linkUrl, + link: this.params.linkUrl, imgUrl: this.params.headPicture }]) }) @@ -69,7 +68,7 @@ this.wxInvoke(['shareWechatMessage', { title: this.params.title, desc: this.params.tableExplain, - link: res.params.linkUrl, + link: this.params.linkUrl, imgUrl: this.params.headPicture }]) }) @@ -87,8 +86,9 @@