转发无效果,无法唤起好友列表
发布于 6 年前 作者 chao24 8555 次浏览 来自 问答

/**

  * 用户点击右上角分享

  */

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)

`/pages/views/remote?userId=${this.data.userId}&type=${this.data.type}`

遇到了同样的问题,

你是在哪里点的转发,开发者工具上面还是真机测试的

回到顶部