(1)问题描述: share.share({ shareType: 0, title: '标题', summary: '摘要', imagePath: 'xxx/xxx/xxx/share.jpg', targetUrl: 'http://www.example.com', success: function (data) { console.log('handling success') }, fail: function (data, code) { console.log(`handling fail, code = ${code}`) }}) 按官方文档调用第三方分享接口(参数改成我们自己的数据了),分享到微信,appSign和wxKey都配了 (2)触发场景: 小米手机上唤不起微信,oppo手机点了没反应
(3)提供log。 log打印了handling success
|