wangguoyu 17 hours ago
parent
commit
2199ada8da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/sharePopUp/index.vue

+ 1 - 1
components/sharePopUp/index.vue

@@ -130,7 +130,7 @@
 						console.log('分享配置:', shareConfig)
 						uni.share(shareConfig)
 					},
-					fail: () => {
+					fail: (err) => {
 						emit('error', err)
 						handleShareError(err)
 					})