gaojiajun
Results
1
issues of
gaojiajun
按照作者的代码试了一下,发现图片(第二张和第三张)在没有滚动的情况下会自动加载出来,找不到原因 ``` ``` ``` class Progressive { constructor(option) { this.el = option.el this.lazyClass = option.lazyClass || 'lazy' this.removePreview = option.removePreview || false this.EVENTS = ['scroll', 'wheel', 'mousewheel', 'resize'] this.Util =...