From 3922fe04acd354ea3442094b2b356256d5b0d30a Mon Sep 17 00:00:00 2001 From: taohebin Date: Mon, 21 Oct 2024 12:28:49 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E5=8E=BB=E9=99=A4=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Conflicts: # pages/CSS/overflow/overflow-visible-event.uvue --- pages/CSS/overflow/overflow-visible-event.uvue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/CSS/overflow/overflow-visible-event.uvue b/pages/CSS/overflow/overflow-visible-event.uvue index 0a6334b5..a4b71b4c 100644 --- a/pages/CSS/overflow/overflow-visible-event.uvue +++ b/pages/CSS/overflow/overflow-visible-event.uvue @@ -104,8 +104,6 @@ if (uni.getSystemInfoSync().platform == 'android'){ ratio = uni.getSystemInfoSync().devicePixelRatio } - const systemInfo = uni.getSystemInfoSync() - const titleBarHeight = systemInfo.screenHeight - systemInfo.windowHeight this.jest_click_x = rect.x * ratio + 30 this.jest_click_y = rect.bottom * ratio - 30 } -- GitLab