From 34e89d5495c652856aad537accffcef79e264866 Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Thu, 3 Jul 2025 15:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Verify.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/Verify.ets b/entry/src/main/ets/pages/Verify.ets index 6bec389..85368f2 100755 --- a/entry/src/main/ets/pages/Verify.ets +++ b/entry/src/main/ets/pages/Verify.ets @@ -74,7 +74,6 @@ export struct Verify { .width(CommonConstants.FULL_WIDTH) .height(CommonConstants.FULL_HEIGHT) .title($r('app.string.navigator_name')) - .hideToolBar(true) .onReady((context: NavDestinationContext) => { this.pathStack = context.pathStack; }) -- Gitee