diff --git a/src/platforms/app-plus/service/api/util.js b/src/platforms/app-plus/service/api/util.js index 4c00a57ed15..cd13c4c9bda 100644 --- a/src/platforms/app-plus/service/api/util.js +++ b/src/platforms/app-plus/service/api/util.js @@ -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)