提交 a227f18f 编写于 作者: Q qiang

fix: getCurrentSize

上级 2415fbf8
......@@ -156,7 +156,7 @@ export function getStatusbarHeight () {
}
export function getScreenInfo () {
const { resolutionWidth, resolutionHeight } = plus.screen.getCureentSize()
const { resolutionWidth, resolutionHeight } = plus.screen.getCurrentSize()
return {
screenWidth: Math.round(resolutionWidth),
screenHeight: Math.round(resolutionHeight)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册