安卓 小米8 机器 onShareAppMessage 分享按钮分享成功后不走成功回调方法
进入成功回调
分享成功后不走成功回调是正常的,走回调才是不正常的,现在已经改成无法监听用户分享成功或者失败了
<
button
open-type
=
'share'
>分享按钮</
>
onShareAppMessage (res) {
if
(res.from ===
'button'
) {
// 进来了
return
{
title:
this
.shareDesc,
path: path,
imageUrl:
.activityImg,
success: (res) => {
// 小米 8 有时能走进来 有时候不能
}