From 7a331787fb43f5cd693027caf1f931f8c116688f Mon Sep 17 00:00:00 2001 From: x ronger Date: Sun, 27 Sep 2020 23:15:03 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BA=8C=E7=BB=B4=E7=A0=81=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=87=BA=E7=8E=B0=E9=87=8D=E5=A4=8D=E7=9A=84=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E4=BA=BA=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/widget/share.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/widget/share.vue b/components/widget/share.vue index 77ab78f..55f02c5 100644 --- a/components/widget/share.vue +++ b/components/widget/share.vue @@ -7,7 +7,7 @@ width="20" trigger="hover"> - + 扫码分享至微信 @@ -38,12 +38,6 @@ return { wx: wx } - }, - methods: { - share(url) { - let path = url + '?s=' + this.$store.state.userInfo?.nickname - return path; - } } }