From 9ce2b7704070c2415a6dd929c961bb918c5c735b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 26 二月 2025 10:47:05 +0800
Subject: [PATCH] fix: 对接

---
 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