我在使用magicZoom 时遇到了麻烦。当我在 2 张已激活 magicZoom 的图片之间快速切换时,magicZoom 库会在控制台中显示我:
Uncaught TypeError: Cannot read property 'width' of null
at d.eval (eval at <anonymous> (magiczoom.min.js:11), <anonymous>:1:84962)
at Function.eval (eval at <anonymous> (magiczoom.min.js:11), <anonymous>:1:4601)
at eval (eval at <anonymous> (magiczoom.min.js:11), <anonymous>:1:4880)
- 以下是附加信息:
- Magic Zoom 版本号:Magic Zoom Plus v4.5.39。
- 页面上使用的 Magic Zoom 设置:我正在使用诸如 MagicZoom.update、MagicZoom.refresh(node>) 之类的 API 方法。
- 页面上运行了哪些其他 JavaScript(这可能会影响 Magic Zoom)。:mustache.min.js、device.min.js、amplience-sdk-client.min.js、jcarousel.min.js。
它工作正常,但是如何防止日志中出现这些错误?你对此有什么想法吗?谢谢!