分享

发布于 7 年前作者 syao764 次浏览最后编辑 7 年前来自 ask

onShareAppMessage: function(res) {

if (res.from === ‘button’) {

// 来自页面内转发按钮

console.log(res.target)

}

return {

title: ‘自定义转发标题’,

path: ‘/pages/index/index?id=123’

}

},

不执行

3 回复