如不配置onShareAppMessage(res) {
if (res.from === 'button') {// 来自页面内分享按钮
console.log(res.target)
}
return {
title: '好友邀请代填信息',
path: '/pages/share/share?id=123&message=test&item=${this.item}'
}
},
则uni.showShareMenu的path路径配置不起效果