接口响应15毫秒,使用 setTimeout 模拟 15 毫秒,多刷新页面几次就会报错,setTimeout 调成 100 毫秒基本没有问题。
Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth')
at uni-h5.es.js:7052:25
at callWithErrorHandling (vue.runtime.esm.js:1375:22)
at callWithAsyncErrorHandling (vue.runtime.esm.js:1384:21)
at HTMLDivElement.invoker (vue.runtime.esm.js:9729:9)
1***@qq.com (作者)
这种我也试了,一样会报错,不过我用 vue2创建项目写同样的代码不报错,在 vue3 中就报错,最后解决只展示文字,要是再报错,只能直接写一个改文字就可以了
2023-10-19 19:11