this.__eimg.src = _data.tinyUrl || '';代码中出现两次this.__eimg.src = _data.tinyUrl || '';导致请求了两次这个img。第一次被aborted了,第二次成功 :x