We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下为报错截图:
定位报错:self._images 为undefined。
具体原因由于firstLoad()方法是在img.complete后触发导致。
给self._images设置初始值应该可以解决!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
以下为报错截图:
定位报错:self._images 为undefined。
![Uploading err.png](https://camo.githubusercontent.com/45d3de5d86c7b99218d313d783c2a1078ba282361e3d010214c76be0cfa8eca5/687474703a2f2f67746d7330342e616c6963646e2e636f6d2f7470732f69342f54312e71694d46766862585862635f367a792d3436372d3234312e706e67)
具体原因由于firstLoad()方法是在img.complete后触发导致。
![Uploading err.png](https://camo.githubusercontent.com/1eedfcc8d301914c6de0f60b8e1105753f608b06be1b9c77f02d9182d0148a96/687474703a2f2f67746d7330312e616c6963646e2e636f6d2f7470732f69312f54315776474d46446c61585863344a4832772d3236322d38392e706e67)
给self._images设置初始值应该可以解决!
The text was updated successfully, but these errors were encountered: