提交 a9eb75e2 编写于 作者: Q qiang

fix: 修复getSystemInfoSync接口返回的statusBarHeight属性与其他平台拼写不同的问题 close #235

上级 b64ad52c
......@@ -20,7 +20,7 @@ export function getSystemInfoSync () {
var screenWidth = screen.width
var screenHeight = screen.height
var language = navigator.language
var statusbarHeight = 0
var statusBarHeight = 0
var osname
var osversion
var model
......@@ -86,7 +86,7 @@ export function getSystemInfoSync () {
screenWidth,
screenHeight,
language,
statusbarHeight,
statusBarHeight,
system,
platform,
model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册