fixed JSON variable name

This commit is contained in:
ngt 2018-09-20 12:01:33 +08:00
parent 2a9dfdd1e3
commit e27edc2a96

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++;