分享
发布于 6 年前 作者 syao 677 次浏览 来自 问答

onShareAppMessage: function(res) {

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

// 来自页面内转发按钮

console.log(res.target)

}

return {

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

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

}

},

不执行

回到顶部