已解决:微信开发者工具缓存问题,及时点击了清除全部缓存,还是没有清除干净,需要手动关闭再打开就好了
微信公众号分享给朋友onMenuShareAppMessage失效?wx.onMenuShareAppMessage({ title: "11111", imgUrl: "http://m.whqncy.com/zone/share.jpgg", desc: "11", link: "http://192.168.0.20", type: 'link', dataUrl: '', success: function () { that.shareImgShow = false; // 设置成功 console.log("分享给朋友之后"); }, cancel: function () { alert("分享已取消"); }, fail: function (e) { alert(JSON.stringify(e)); }, }); 使用wx.onMenuShareTimeline 可以成功获取分享到朋友圈的回调,而使用onMenuShareAppMessage无法回去分享给好友的回调,代码和参数都是一致的
08-23