From 662c0ba507c2c264fcc42811fc2a394abb8c1ef7 Mon Sep 17 00:00:00 2001 From: xiaoxiao Date: Mon, 18 Aug 2025 16:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/expert/src/main/ets/pages/Home.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/expert/src/main/ets/pages/Home.ets b/products/expert/src/main/ets/pages/Home.ets index 2b96f81..2381294 100644 --- a/products/expert/src/main/ets/pages/Home.ets +++ b/products/expert/src/main/ets/pages/Home.ets @@ -54,8 +54,8 @@ struct Home { } onChangeIndex() { - if (this.activeIndex === 3) themeManager.settingStatusBarWhite() - else themeManager.settingStatusBarBlack() + // if (this.activeIndex === 3) themeManager.settingStatusBarWhite() + // else themeManager.settingStatusBarBlack() } async loadPatients() {