微信小程序转发功能,在模拟器上可以监测到转发成功回调,在真机上监测不到。请大神帮忙指导。
代码片段
onShareAppMessage: function() {
var that = this;
return {
title: '',
desc: '',
path: 'pages/index/index',
imageUrl: '',
success: function(res) {
that.setData({
show: true
})
},
fail: function(res) {
console.log('--- 转发失败 ---');
}
}
}
转发成功失败,都没有执行回调函数,怎么解决啊?各位大神
以前有的现在封了,防止诱导分享
转发不成功回调了,防止诱导分享的。
转发成功失败都没有回调