怎样分享指定页面?
onShareAppMessage: function (res) {
// if (res.from === ‘button’) {
// // 来自页面内转发按钮
// console.log(res.target)
// }
return {
title: ‘xxx’,
path:’/pages/share/share’,
imageUrl: ‘/data/img/change1.png’,
}
}
,
onShareAppMessage 放在js里,点右上角分享还是分享本页,没有分享’/pages/share/share’。请教正确的方式?