Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Swiper JS版本 3.4.2 处理页面。此页面有一个画廊,其中包含来自外部 API 的动态图像。
使用延迟加载组件加载图像。有效的图像 URL 正确加载,没有任何问题。但似乎没有办法处理无效的图像 URL。
我检查了 Swiper JS API 文档和 gitub 上的项目问题。看起来没有事件处理程序或任何触发器来处理无效图像。但我可能会遗漏一些东西......
如果图像无法加载(例如 404 错误),有什么方法可以从 swiper js 库中删除幻灯片?