From 35735c1d80a3aca48eb9e0c5f1f50e8e998b44d6 Mon Sep 17 00:00:00 2001 From: admin <> Date: Sat, 14 Sep 2024 14:16:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=BC=E5=AE=B9=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=20h5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/index.vue | 8 +++++--- src/components/Tabbar/index.vue | 19 ++++++++++++------- src/pages.json | 4 ++-- src/pagesHome/profile.vue | 7 +++++-- src/pagesVehicle/recycleFlow.vue | 2 -- src/static/style/common.scss | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 56 insertions(+), 16 deletions(-) diff --git a/src/components/Layout/index.vue b/src/components/Layout/index.vue index c29b901..895bb9e 100644 --- a/src/components/Layout/index.vue +++ b/src/components/Layout/index.vue @@ -11,12 +11,12 @@ - + @@ -37,6 +37,7 @@ const navbarRect = reactive({ layoutHeight: 0, }); +// #ifndef H5 const menuButtonInfo = uni.getMenuButtonBoundingClientRect(); navbarRect.height = menuButtonInfo.height; navbarRect.top = menuButtonInfo.top; @@ -53,6 +54,7 @@ uni.getSystemInfo({ 50; }, }); +// #endif