提交 a8cb6790 编写于 作者: Q qiang

style: lint

上级 0fc73a50
......@@ -13,11 +13,11 @@ import { getStatusbarHeight } from 'uni-platform/helpers/status-bar'
import deviceId from 'uni-platform/helpers/uuid'
export function getSystemInfoSync() {
export function getSystemInfoSync () {
return callApiSync(getSystemInfo, Object.create(null), 'getSystemInfo', 'getSystemInfoSync')
}
export function getSystemInfo() {
export function getSystemInfo () {
const platform = plus.os.name.toLowerCase()
const ios = platform === 'ios'
const isAndroid = platform === 'android'
......@@ -103,4 +103,4 @@ export function getSystemInfo() {
},
deviceId: deviceId()
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册