/**
* 用户点击右上角分享
*/onShareAppMessage: function (res) {
if (res.from === 'button') {
// 来自页面内转发按钮console.log(res.target)
}
const tempObj = { ... }; // 分享 参数 object
const path = '/pages/aboutME/detail/index?item=' + JSON.stringify(tempObj)
return {
title: '您收到一份调研问卷',
path,
imageUrl: '../images/share-card.png'
}
},
请问解决了吗? 我现在还是会遇到 分享不会进入指定path。。
不能,打开后还是进入微信的主页面。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html