由于转发成功,我想获取是转发给个人还是群,success:
function
(res) 打印res,第一次分享给群获取不到shareTickets,但在第二次分享给群的时候获取到shareTickets,请问这是个什么情况?
onShareAppMessage: function (res) { console.log(res) var title = this .data.cardshow.caName var id = this .data.cardshow.ID // 用户点击右上角分享 return { title: '' + title + '的移动名片' , // 分享标题 path: '/pages/card/index/index?mpid=' + id + '&title=' + title + '' , // 分享路径 success: function (res) { console.log(res) console.log( '转发成功' ) }, fail: function (res) { // 转发失败 console.log( '转发失败' ) console.log(res) } } } |
这是第一次转发群获取不到shareTickets ,与连续转发第二次获取的到shareTickets
不知道有没有同行遇到和我一样的问题?
你好,分享功能有所调整的,具体请查看: