转发无效果,无法唤起好友列表
/**
* 用户点击右上角分享
*/
onShareAppMessage: function (res) {
return {
title: ‘远程遥控’,
path: `/pages/views/remote?userId=${this.userId}&type=${this.type}`,
}
},
})
6 回复
你好,麻烦具体描述问题,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)