diff --git a/entry/src/main/ets/pages/Verify.ets b/entry/src/main/ets/pages/Verify.ets index 6bec3894dfec3be1c4f7183c1998d4db2ed0f3c3..85368f2d8be7a643e44f56db211b6bffa535d64d 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; })