- 部分用户反馈微信小程序打不开,无限白屏加载,看了后台日志发现是报了个基础库错误
The string did not match the expected pattern. [native code] _@https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:1791753 https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:1800035 V@https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:1800028 U@https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:1801800 https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:1802864 https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:1791048 https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:146935 https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:113070 https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:111376 S@https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:3:70510 global code@https://servicewechat.com/wx7cbfa0a1691dce1c/5/page-frame.html:1:72
2021-11-14 - 开发者工具的WXML检查器无法显示隐藏的弹窗内容?
每次当我开着wxml检查器,打开弹窗的时候,弹窗组件内部的样式永远都显示不出来。这个bug都存在好久了。需要我先关闭弹窗,收起对应组件的wxml层级。切换调试器的其他tab,然后重新打开弹窗。再打开wxml检查器中对应组件才能显示,这是我使用的方式不对么?
2021-08-31 - ios端在使用wx.canvasToTempFilePath多次导出图片后会导致小程序卡顿。
多次点击确定调用wx.canvasToTempFilePath后会发现整个程序会越来越卡,怀疑是存在内存泄漏。
2021-07-16