weinihaigou-react icon indicating copy to clipboard operation
weinihaigou-react copied to clipboard

lazyImg有bug

Open 447166939 opened this issue 6 years ago • 0 comments

最近要用到懒加载,就想到你的代码里有我就把你代码搬到项目里,发现最后面有一部分图片不能显示一直在loading, for (var i=this.index; i<this.imgLen; i++) { if ( this.imgList[i].getAttribute(realSrcAtr) ) {把这个i=this.index;改成i=0;可以全部显示;但是当浏览器滚动到最底下,然后回到上面,原来已经加载的图片变没了。

447166939 avatar Oct 27 '18 05:10 447166939