- 【微信闪退】IOS canvas 绘制 导致微信闪退 必现
IOS 手机在选择相册手机拍的2M的原图后,ctx.drawImage, ctx.draw(false, () => {})之后 微信闪退,必现,日志已上传,时间在15:57分
10-21 - 分包中无法获取app.json中usingComponents注册的全局自定义组件
使用分包,分包中页面无法获取app.json中usingComponents注册的全局组件,分包中页面通过this.selectComponent("#id") 无法获取到组件的实例对象,获取返回null
08-28 - We分析-js分析出现大量广告组件异常,是业务调用方式有问题还是广告组件本身异常?
APPID:wxa50f7afa4f9b7e65 Cannot read properties of undefined (reading \'data\') TypeError: Cannot read properties of undefined (reading \'data\') at UR.SI (https://lib/WAAppAd.js:1:692101) at Function.<anonymous> (https://lib/WAAppAd.js:1:816148) at https://lib/WAServiceMainContext.js:1:163918 at https://lib/WAServiceMainContext.js:1:151424 undefined is not an object (evaluating \'a.adMaterial.style\') fail@https://lib/WASplashadWorker.js:1:854860 @https://lib/WASplashadWorker.js:1:40952 dt@https://lib/WASplashadWorker.js:1:41108 @https://lib/WASplashadWorker.js:1:41794 i@https://lib/WASplashadWorker.js:1:32920 s@https://lib/WAWorker.js:1:123344 callAndRemove@https://lib/WAWorker.js:1:118507 invokeCallbackHandler@https://lib/WAWorker.js:1:121536 Cannot read properties of null (reading \'style\') TypeError: Cannot read properties of null (reading \'style\') at https://lib/WASplashadWorker.js:1:367619 at uo (https://lib/WASplashadWorker.js:1:367736) at Function.<anonymous> (https://lib/WASplashadWorker.js:1:802486) at https://lib/WAWorker.js:1:154588 at https://lib/WAWorker.js:1:142094
06-05 - 【bug】wx.getEnterOptionsSync返回数据为空,刷新重新进入小程序参数又正常返回
复现路径: 1、第一次扫小程序码进入,onshow 中调用wx.getEnterOptionsSync 获取码中携带参数,能获取到。 2、进入小程序设置,通知开发者删除用户信息,通知开发者删除文件, 重新微信扫码,能获取到参数。 3、重新微信扫带有参数的小程序码后,小程序中调用相册api , 跳转相册,相册返回,此时getEnterOptionsSync 返回数据为空。 4、此时,点击重新进入小程序刷新小程序,getEnterOptionsSync 码上的参数又正常返回
2023-10-27 - 局域网通信请求报request:fail url not in domain list
文档上写着:局域网通信下,不会进行安全域的校验,不要求必须使用 https/wss,也可以使用 http/ws。 https://developers.weixin.qq.com/miniprogram/dev/framework/ability/mDNS.html 线上环境日志显示: http://10.88.72.64:8843/wechat/check/1692931128424 complete {"errno": 600002, "errMsg": "request:fail url not in domain list"} 确认是同一个局域网,用PC端能请求通,请求url 在手机浏览器打开也能请求通。 试了体验版打开调试没问题,正式版线上有问题
2023-08-25 - page-container无法覆盖自定义tabBar, z-index 失效
page-container组件无法覆盖自定义tabBar, z-index 失效。 如果页面一进入时page-container 的show 为ture 则可以覆盖住底部自定义tabBar,若由点击触发page-container展示 则覆盖不住。代码片段:https://developers.weixin.qq.com/s/Mp37z8mO7CIf 参考此条中 官方回复的说法 如果使用自定义tabBar ,此时wx.hideTarBar / wx.showTabBar 等方法是失效的,依旧无法盖住自定义tabBar。
2023-05-11 - web-view 中 wx.miniProgram.navigateTo 无法跳回小程序?
web-view 中JSSDK wx.miniProgram.navigateTo 无法跳回小程序页面, 华为手机,vivo 手机,oppo 手机出现 JSSDK 报 WexinJSBridge exec time 4 代码片段 https://developers.weixin.qq.com/s/85nV3Amu7VGu
2023-03-09 - wx.getChannelsLiveNoticeInfo 获取的开始时间startTime返回不对?
wx.getChannelsLiveNoticeInfo 获取的视频号直播开始时间startTime时间戳返回不对,时间戳位数少了三位,转换出来是1970年, 开发者工具和手机上的返回是一样的[图片] 代码片段:https://developers.weixin.qq.com/s/nWg81VmM7BFt appid: wxe3383ba05af93032
2023-02-10 - 小程序chooseMedia上传的视频到服务器,部分出现无法播放情况
小程序chooseMedia上传的视频到服务器,部分视频出现无法播放情况,没有画面只有音频 使用ios 手机上传会出现此问题 http://newtv-o.img.leiniao.com/52889/0/tmp_b5f5657e4be6aec69aba838419d7d435.mp4 http://newtv-o.img.leiniao.com/52889/0/tmp_d1a68ffb424f997a183cacf9858113ea.mp4
2022-07-19 - Cannot read property \'style\' of null
后台开发管理中的监控日志 中大面积报Cannot read property \'style\' of null, 实际代码中并未用到 xxx.style, appid wxdfaddb52169c5f7e 只在android 微信客户端版本8.0.16出现。 [图片] [图片]
2022-01-10