Merge pull request #2 from inooNgt/master

fixed JSON variable name
This commit is contained in:
Chris 2018-09-20 19:13:32 +08:00 committed by GitHub
commit 4a58892193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ Component({
view.sHeight = res.height;
},
fail: (error) => {
console.error(`getImageInfo failed, ${Json.stringify(error)}`);
console.error(`getImageInfo failed, ${JSON.stringify(error)}`);
},
complete: () => {
completeCount++;