shuishen
2026-05-14 befa15de5b78167ccbcb4bb19dc3af56bcb5b2e9
src/utils/common/index.js
@@ -42,7 +42,7 @@
}
export function getStatusBarHeight () {
  try {
    const systemInfo = uni.getSystemInfoSync()
    const systemInfo = uni.getWindowInfo()
    // #ifdef APP-PLUS
    return systemInfo.statusBarHeight || 0