onShareAppMessage分享不了其他页面
<button class=“flex flex_pack_center” data-name=“shareBtn” open-type=“share” >分享链接</button>
onShareAppMessage: function () {
console.log(11111111);
// if (res.from === ‘button’) {
// // 来自页面内转发按钮
// console.log(res.target)
// }
return {
title: ‘推广大使’,
desc: ‘自定义分享描述’,
path: ‘page/share?id=123’,
imageUrl: “…/…/images/1.jpg”
}
},
不好使 console.log都不执行