react-native-wechat-lib icon indicating copy to clipboard operation
react-native-wechat-lib copied to clipboard

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

Open hmyjyghh opened this issue 2 years ago • 0 comments

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

hmyjyghh avatar May 19 '23 07:05 hmyjyghh