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;