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() {