提交 7a6df89f 编写于 作者: D DCloud_LXH 提交者: qiang

fix(mp): getSystemInfo safeAreaInsets.bottom question/133479

上级 e3142bf2
......@@ -19,7 +19,7 @@ function addSafeAreaInsets (result) {
top: safeArea.top,
left: safeArea.left,
right: result.windowWidth - safeArea.right,
bottom: result.windowHeight - safeArea.bottom
bottom: Math.abs(result.screenHeight - safeArea.bottom)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册