- 【iOS缺陷】使用wx.chooseMedia打开相册后再用系统相机拍照,返回小程序页面渲染异常?
复现机型:iOS系统 复现步骤:使用wx.chooseMedia打开相册-->不关闭相册退出到后台-->打开系统相机拍摄一张照片-->返回小程序-->小程序除了image其他元素不见了 试了一下其他线上程序也有同样问题,例如顺丰快递小程序
2023-06-28 - canvas.getContext is not a function
a.getContext is not a function TypeError: a.getContext is not a function at xf.getContext (https://lib/WAServiceMainContext.js:1:1323722) at Function.<anonymous> (https://lib/WAServiceMainContext.js:1:1441826) at https://lib/WAServiceMainContext.js:1:134173 at https://lib/WAServiceMainContext.js:1:1441929 at https://lib/WAServiceMainContext.js:1:1441917 一开始以为是没有获取到canvas节点,加上了res && res[0] && res[0].node && res[0].node.getContext判断,代码被执行了,但是生产总是会有告警getContext is not a function,什么情况会出现getContext不为空但不是function的情况?
2023-01-31 - 下载下来的sourcemap无法准确定位异常位置?
生产告警信息: undefined is not a function (near \'...e.show...\') value@https://res.servicewechat.com/weapp/release/***/87/appservice.app.js:2560:36373 @https://res.servicewechat.com/weapp/release/***/87/appservice.app.js:2560:39477 使用开发者工具source-map插件解析: 只有appservice.app.map.map能查到内容,但结果文件里并没有show相关调用。 /__APP__/appservice.app.map.map:{ source: 'webpack://***/service/WithdrawService.js', line: 85, column: 17, name: 'navigateBack' } /__APP__/app-service.map.map:{ source: null, line: null, column: null, name: null } /__FULL__/app-service.map.map:{ source: null, line: null, column: null, name: null } /__FULL__/appservice.app.map.map:{ source: null, line: null, column: null, name: null } 疑问: 1、appservice.app.map.map和app-service.map.map有什么区别? 2、构建使用webpack,是什么原因导致无法准确定位到异常位置,开发者需要如何排查?
2022-08-30