Skip to content

Commit 52607f1

Browse files
author
wangcuijuan
committed
修正eslint
1 parent 216be48 commit 52607f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-proxy/src/platform/api/image/index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const getImageInfo = function (options = {}) {
2323
return
2424
}
2525
let path = ''
26-
if (src.toLowerCase().startsWith("http")) {
26+
if (src.toLowerCase().startsWith('http')) {
2727
path = src
2828
}
2929
Image.getSize(src, (width, height) => {

0 commit comments

Comments
 (0)