little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
646 stars 126 forks source link

安卓上调用 WeChat.shareWebpage,.then回调不会执行 #239

Open hmyjyghh opened 1 year ago

hmyjyghh commented 1 year ago

WeChat.shareWebpage({ title: tempTitle, description: tempDes, thumbImageUrl: previewUrl, webpageUrl, scene: 0 }) .then(val => { console.log('success:', val) closeEvent(false) }) .catch(err => { console.log('errorMsg:', err) closeEvent(false) })