From faf5f9ef7f693db6b286ec211bfc173c1f04e430 Mon Sep 17 00:00:00 2001 From: lon9 <815882449@qq.com> Date: Fri, 28 Feb 2025 09:33:19 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lon9 <815882449@qq.com> --- features/home/src/main/ets/view/HomeHeader.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/home/src/main/ets/view/HomeHeader.ets b/features/home/src/main/ets/view/HomeHeader.ets index 7634098..e5a6bd5 100644 --- a/features/home/src/main/ets/view/HomeHeader.ets +++ b/features/home/src/main/ets/view/HomeHeader.ets @@ -165,7 +165,7 @@ export struct HomeHeader { .tabIndex(getTabIndex(HomeConstants.DIRECTION_LIST[1])) // Search image. - Image(this.currentTopIndex === 2 && this.currentWidthBreakpoint ? $r("app.media.ic_public_search_white") : + Image(this.currentTopIndex === 2 ? $r("app.media.ic_public_search_white") : $r('app.media.ic_public_search')) .width($r('app.float.search_img_size')) .height($r('app.float.search_img_size')) -- Gitee