fixed JSON variable name
This commit is contained in:
parent
2a9dfdd1e3
commit
e27edc2a96
@ -134,7 +134,7 @@ Component({
|
|||||||
view.sHeight = res.height;
|
view.sHeight = res.height;
|
||||||
},
|
},
|
||||||
fail: (error) => {
|
fail: (error) => {
|
||||||
console.error(`getImageInfo failed, ${Json.stringify(error)}`);
|
console.error(`getImageInfo failed, ${JSON.stringify(error)}`);
|
||||||
},
|
},
|
||||||
complete: () => {
|
complete: () => {
|
||||||
completeCount++;
|
completeCount++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user