小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.showShareImageMenu 基础库2.25.0,ios
调用wx.showShareImageMenu,屏幕右滑返回,页面直接卡死了,点任何地方都没反应,只能杀进程
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
遇到同样的问题,代码很简单,只是调用了showShareImageMenu,弹出微信的分享界面,只要在左边边缘往右滑动,整个微信卡死。
而且真机调试的时候,调用showShareImageMenu弹出微信的分享界面后,无论按什么(分享取消包括上边的图片)都会弹出下面这个错误,但图片还是照样可以转发收藏保存操作。上述边缘滑动卡死的情况除外。
asyncToGenerator.js:1 SystemError (appServiceSDKScriptError) JSON Parse error: Unexpected EOF SyntaxError: JSON Parse error: Unexpected EOF parse@[native code] @https://lib/WAServiceMainContext.js:1:2582025 @https://lib/WAServiceMainContext.js:1:989978 emit@https://lib/WAServiceMainContext.js:1:986630 @https://lib/WAServiceMainContext.js:1:1045818 @https://lib/WAServiceMainContext.js:1:1022931 emit@https://lib/WAServiceMainContext.js:1:325750 @https://lib/WAServiceMainContext.js:1:328263 emit@https://lib/WAServiceMainContext.js:1:325373 subscribeHandler@https://lib/WAServiceMainContext.js:1:327964 @[native code] global code@
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
提供下能稳定复现的代码片段
wx.downloadFile({
url: 'https://imgservices-1252317822.image.myqcloud.com/coco/s07052022/87d60b30.stltcs.png',
success: (res) => {
wx.showShareImageMenu({
path: res.tempFilePath
})
}
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
遇到同样的问题,代码很简单,只是调用了showShareImageMenu,弹出微信的分享界面,只要在左边边缘往右滑动,整个微信卡死。
而且真机调试的时候,调用showShareImageMenu弹出微信的分享界面后,无论按什么(分享取消包括上边的图片)都会弹出下面这个错误,但图片还是照样可以转发收藏保存操作。上述边缘滑动卡死的情况除外。
asyncToGenerator.js:1 SystemError (appServiceSDKScriptError) JSON Parse error: Unexpected EOF SyntaxError: JSON Parse error: Unexpected EOF parse@[native code] @https://lib/WAServiceMainContext.js:1:2582025 @https://lib/WAServiceMainContext.js:1:989978 emit@https://lib/WAServiceMainContext.js:1:986630 @https://lib/WAServiceMainContext.js:1:1045818 @https://lib/WAServiceMainContext.js:1:1022931 emit@https://lib/WAServiceMainContext.js:1:325750 @https://lib/WAServiceMainContext.js:1:328263 emit@https://lib/WAServiceMainContext.js:1:325373 subscribeHandler@https://lib/WAServiceMainContext.js:1:327964 @[native code] global code@
提供下能稳定复现的代码片段
wx.downloadFile({
url: 'https://imgservices-1252317822.image.myqcloud.com/coco/s07052022/87d60b30.stltcs.png',
success: (res) => {
wx.showShareImageMenu({
path: res.tempFilePath
})
}
})