获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
因为title里文案是敏感词,呼
open-type=“share” 分享好友可以,分享到群不行,这是为啥?右上角三点可以分享到群里,但是页面内按钮分享到好友个人可以分享成功,分享到群里弹框显示分享成功,但是群里无信息 <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') } } } }
2021-11-17