From 68336fb443286acf6288564b3c238e480551ad7b Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Thu, 9 Jul 2026 14:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=AE=B2=E8=A7=A3=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=A1=B6=E9=83=A8=E7=8A=B6=E6=80=81=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exhibit/detail.vue | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/pages/exhibit/detail.vue b/src/pages/exhibit/detail.vue index f82027f..17afb68 100644 --- a/src/pages/exhibit/detail.vue +++ b/src/pages/exhibit/detail.vue @@ -31,16 +31,12 @@ - 讲解音频 {{ exhibit.title }} {{ heroSubtitle }} - - + + {{ exhibit.linkedExhibitStatusText }} - - {{ locationPreviewStatusText }} - @@ -272,9 +268,6 @@ const detailMeta = computed(() => [ exhibit.value.floorLabel ].filter(Boolean).join(' · ')) const hallLocationId = computed(() => exhibit.value.hallId || resolvedHallId.value) -const locationPreviewStatusText = computed(() => ( - hallLocationId.value ? '位置预览可用' : '位置关系待补充' -)) const heroSubtitle = computed(() => [ detailMeta.value ].filter(Boolean).join(' · ')) @@ -1197,25 +1190,11 @@ const handleBack = () => { justify-content: flex-end; } -.hero-kicker, .detail-title, .detail-meta { display: block; } -.hero-kicker { - width: fit-content; - margin-bottom: 9px; - padding: 4px 8px; - box-sizing: border-box; - background: rgba(231, 233, 0, 0.96); - border-radius: 6px; - font-size: 12px; - line-height: 16px; - font-weight: 800; - color: #10140f; -} - .detail-title { max-width: 100%; font-size: 34px;