onShareAppMessage方法的res有问题
示例代码代码页:https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/page.html
onShareAppMessage(res) { if (res.from === 'button') { // 来自页面内转发按钮
console.log(res.target)
} return { title: '自定义转发标题', path: '/page/user?id=123'
}
}
小程序中根据这个示例代码判断了button,实际返回的res数据有问题,见下图
4 回复
这边测试未复现问题,麻烦提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)