fix(image):获取真实宽度错误
This commit is contained in:
parent
61b6d274c9
commit
6c87159a07
|
@ -330,7 +330,7 @@ export default class<
|
||||||
width: image.width,
|
width: image.width,
|
||||||
height: image.height,
|
height: image.height,
|
||||||
naturalHeight: image.naturalHeight,
|
naturalHeight: image.naturalHeight,
|
||||||
naturalWidth: image.naturalHeight,
|
naturalWidth: image.naturalWidth,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
resolve();
|
resolve();
|
||||||
|
|
Loading…
Reference in New Issue