From 0e6b50d50cad66c1b375c458cebe0fc8f10ef7f9 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 26 二月 2025 14:12:52 +0800 Subject: [PATCH] fix: bug --- apps/taro/src/components/Layout/PageLayout.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/taro/src/components/Layout/PageLayout.vue b/apps/taro/src/components/Layout/PageLayout.vue index 9433d41..0117384 100644 --- a/apps/taro/src/components/Layout/PageLayout.vue +++ b/apps/taro/src/components/Layout/PageLayout.vue @@ -80,9 +80,9 @@ const _showNavigationBar = computed(() => { if (props.showNavigationBar) { - if (isWeb) { - return !isInAlipay && !isInWeChat; - } + // if (isWeb) { + // return !isInAlipay && !isInWeChat; + // } return true; } else { return false; -- Gitblit v1.9.1