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;
- }
}
}