小程序分享后path的参数获取不到
- 需求的场景描述(希望解决的问题) onShareAppMessage: function (res){ if (res.from === 'button') { // 来自页面内转发按钮 console.log(res.target) } return { title: this.data.shareDetail.shareTitle, imageUrl: this.data.shareDetail.shareLogoUrl, path: "/pages/orderdetail/orderdetail?id=xiaochengxi", } } 分享后点开分享的连接不能获取参数id的值 - 希望提供的能力 怎样能获取分享连接的所有参数