https://developers.weixin.qq.com/s/JtIZw9mD7sgw
错误提示只有这些,怎么解决?
VM52:1 TypeError: Cannot set property 'top' of undefined
at VM68 WAService.js:2
at VM68 WAService.js:2
at n (VM66 asdebug.js:1)
at e.exports.<anonymous> (VM66 asdebug.js:1)
at VM66 asdebug.js:1
at Array.forEach (<anonymous>)
at WebSocket._ws.onmessage (VM66 asdebug.js:1)
我也遇到了相同的问题 页面上有定时器就会报这个错 只在工具里面报错 真机测试正常
我刚开始也遇到了这个问题,解决方式在本地设置中设置调试基础库为2.18.1以上就好了,最初我设置的比这个低一直会报这个错
同问,我这边是canvas重置高度后出错,Cannot set property 'top' of undefined
我也遇到了同样的问题,请问解决了吗?
请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html