From ff71c50b9caa202a953dc6ba5cf1a4d488210e27 Mon Sep 17 00:00:00 2001 From: xiebing Date: Thu, 25 Dec 2025 10:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AppLayout/AppLayout.vue | 11 ++++++++--- packageA/pages/UnitDetails/UnitDetails.vue | 2 +- packageA/pages/post/post.vue | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/components/AppLayout/AppLayout.vue b/components/AppLayout/AppLayout.vue index 706862d..b3c64a2 100644 --- a/components/AppLayout/AppLayout.vue +++ b/components/AppLayout/AppLayout.vue @@ -6,6 +6,7 @@ > @@ -87,11 +88,15 @@ defineProps({ type: Boolean, default: true, }, + showHeader: { + type: Boolean, + default: false, + }, }); -// const defaultShow = computed(()=>{ -// return isMiniProgram.value -// }) +const defaultShow = computed(()=>{ + return isMiniProgram.value +}) const handleScrollToLower = () => { emit('onScrollBottom'); diff --git a/packageA/pages/UnitDetails/UnitDetails.vue b/packageA/pages/UnitDetails/UnitDetails.vue index e5bab81..86b22b8 100644 --- a/packageA/pages/UnitDetails/UnitDetails.vue +++ b/packageA/pages/UnitDetails/UnitDetails.vue @@ -1,5 +1,5 @@