wx.showShareImageMenu({
path: res.tempFilePath,
needShowEntrance: 'true',
entrancePath: '/pages/Index/index',
success() {
wx.showToast({
title: '分享成功',
icon: 'success',
duration: 2000,
});
},
fail(e) {
console.log(e, '分享失败');
},
});
第一张图的错误信息并不是代码配置的。第二张图片最下面的就是分享的报错log
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
这个片段可以复现,在手机上,3.2.5版本,needShowEntrance为true时有问题,为false时功能正常
我也是false可以ture就分享了个寂寞,无法连接网络?啥情况?