7***@qq.com
7***@qq.com
  • 发布:2025-06-11 13:57
  • 更新:2025-06-11 14:32
  • 阅读:39

微信小程序vue3版本调用onShareTimeline分享到朋友圈,安卓端会闪退,是什么原因

分类:uni-app

// 分享朋友圈
onShareTimeline(() => {
return {
title: '分享到朋友圈',
query: 'a=bbb',
success: (res) => {
console.log(res, 'onShareAppMessage success');
uni.showToast({
title: '分享成功',
icon: 'none',
});
},
fail: (res) => {
console.log(res, 'onShareAppMessage fail');
uni.showToast({
title: '分享失败',
icon: 'none',
});
},
};
});

2025-06-11 13:57 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

有什么报错信息吗?能够确认是这个吗并且稳定复现吗?

  • 7***@qq.com (作者)

    没有报错信息,安卓微信朋友圈打开小程序分享的链接朋友圈会直接闪退,ios端正常,开发版和体验版都有这个问题,小程序没有发布过

    2025-06-11 16:10

要回复问题请先登录注册