小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图)
安卓 小米8 机器 onShareAppMessage 分享按钮分享成功后不走成功回调方法
- 预期表现
进入成功回调
- 复现路径
- 提供一个最简复现 Demo
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
分享成功后不走成功回调是正常的,走回调才是不正常的,现在已经改成无法监听用户分享成功或者失败了
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
但是 ios走的好好的呢
https://developers.weixin.qq.com/community/develop/doc/000eacab888a20e8a2579099754401
额,没看通知。按走回调写的程序,上午发布的,下午发现部分机器不能回调。原来通知发了这么久了!
谢谢你
嗯 我也是才发现
<
button
open-type
=
'share'
>分享按钮</
>
onShareAppMessage (res) {
if
(res.from ===
'button'
) {
// 进来了
return
{
title:
this
.shareDesc,
path: path,
imageUrl:
.activityImg,
success: (res) => {
// 小米 8 有时能走进来 有时候不能
}
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
分享成功后不走成功回调是正常的,走回调才是不正常的,现在已经改成无法监听用户分享成功或者失败了
但是 ios走的好好的呢
https://developers.weixin.qq.com/community/develop/doc/000eacab888a20e8a2579099754401
额,没看通知。按走回调写的程序,上午发布的,下午发现部分机器不能回调。原来通知发了这么久了!
谢谢你
嗯 我也是才发现
<
button
open-type
=
'share'
>分享按钮</
button
>
onShareAppMessage (res) {
if
(res.from ===
'button'
) {
// 进来了
return
{
title:
this
.shareDesc,
path: path,
imageUrl:
this
.activityImg,
success: (res) => {
// 小米 8 有时能走进来 有时候不能
}
}
}
}
}