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