wangguoyu hace 3 meses
padre
commit
2199ada8da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 					})