右上角三点可以分享到群里,但是页面内按钮分享到好友个人可以分享成功,分享到群里弹框显示分享成功,但是群里无信息
<u-button open-type="share" plain :hair-line="false"></u-button>
onShareAppMessage (ops) {
if (ops.from === 'button') {
return {
title: '1111',
imageUrl: 'shareBountyImg.png',
path: `/pages/index/index?shareIdent=${this.abc}`,
success: function (res) {
},
fail: function () {
uni.showToast({
title: '分享失败',
icon: 'none',
duration: 2000
});
},
complete: function (c) {
console.log(c, '888')
}
}
}
}
因为title里文案是敏感词,呼
原生我这里没法复现,分享到群是ok的,去uniapp社区问问是不是uniapp的问题?