您好我也是同样的问题,请问是怎么解决的
新能力定向分享没拉起分享框let paramObj: any = {}; paramObj.openId = openId; paramObj.title = "xxxxxxxx"; paramObj.imageUrl = "图片链接"; console.log("openid" + openId); wx.shareMessageToFriend(paramObj); 我在开放域里这样调用定向分享,没有拉起分享框是哪里出问题了?openId已经获取到了,是通过可能感兴趣好友里获取到的,上面代码有调用到
2019-11-05您好我也是同样的问题,请问是怎么解决的
新能力定向分享没拉起分享框我在通过 wx.getPotentialFriendList获取到好友openid,然后再通过定向分享调用下面方法,没有拉起定向面板框 let obj = list[i]; if (obj){ wx.shareMessageToFriend({ openId: obj.openId, imageUrl: shareurl }); }
2019-11-05您好我也是同样的问题,请问是怎么解决的
定向分享无法拉起分享框?我在通过 wx.getPotentialFriendList获取到好友openid,然后再通过定向分享调用下面方法,没有拉起定向面板框 wx.shareMessageToFriend({ openId: this._otherValue.openid, title: info.title, imageUrl: info.imageUrl, }); 这几个参数都打印过,没问题
2019-11-05