onShareAppMessage: function () {
var that = this;
return {
title:that.data.mainData.title,
path: '/packageB/pages/ticket_detail/ticket_detail?id=' + that.data.mainData.id + '&code = ' + that.data.invite_code,
imageUrl: that.data.mainData.picture,
success: function (res) {
console.log(res, '分享')
}
}
},
在跳轉頁面onLoad中列印options 可以列印出id 和 code,但是列印options.code 就是undefined
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/175563.html
標籤:其他
