当我在按钮上加上open-type="share"
,然后在onShareAppMessage
方法中的成功回调里打印结果如下:
return {
title: '转发',
path: 'page/show/pages/detail/detail',
imageUrl: img,
success: function(res) {
console.log(res)
console.log(111)
},
fail: function(res) {
console.log(res)
}
}
按钮的转发和右上角的转发回调都没生效...
微信官方已把回调方法取消