提交 9b47999e 编写于 作者: zhaofengliang920817's avatar zhaofengliang920817

调整 overflow-visible-event.test.js 测试脚本。

上级 9d6ed37c
...@@ -101,8 +101,6 @@ ...@@ -101,8 +101,6 @@
const rect = uni.getElementById('child')?.getBoundingClientRect() const rect = uni.getElementById('child')?.getBoundingClientRect()
if (rect != null) { if (rect != null) {
let ratio = 1 let ratio = 1
const systemInfo = uni.getSystemInfoSync()
const titleBarHeight = systemInfo.screenHeight - systemInfo.windowHeight
if (uni.getSystemInfoSync().platform == 'android'){ if (uni.getSystemInfoSync().platform == 'android'){
ratio = uni.getSystemInfoSync().devicePixelRatio ratio = uni.getSystemInfoSync().devicePixelRatio
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册