小程序转发打开的路径不对?
转发的时候页面的路径是 /pages/send_receive/send?id=1001
这是转发部分的代码.
onShareAppMessage: function () {
return {
title: app.globalData.user.wechatname + app.globalData.shareContent2,
path: '/pages/send_receive/send?params=' + app.globalData.user.id + '@##@' +that.data.companyCode
}
}
打开转发后取到options是{"id":"1001"},并不是我设置的path: '/pages/send_receive/send?params=' + app.globalData.user.id + '@##@' +that.data.companyCode
麻烦知道原因的大佬指点一二。