隐藏讲解详情无语音提示

This commit is contained in:
lyf
2026-07-04 21:07:38 +08:00
parent d47d4a2fdf
commit d8d7410736

View File

@@ -49,13 +49,6 @@
<text class="audio-time">{{ exhibit.audio.durationLabel || '音频讲解' }}</text>
</view>
<view v-else class="text-status-panel">
<text class="text-status-title">图文讲解</text>
<text class="text-status-desc">
{{ exhibit.audio.unavailableReason || '该讲解暂无已发布音频,当前提供图文讲解。' }}
</text>
</view>
<view class="content-section">
<text class="section-title">讲解内容</text>
<text class="section-text">{{ exhibit.body || exhibit.summary }}</text>
@@ -478,8 +471,6 @@ const handleBack = () => {
.detail-title,
.detail-meta,
.audio-time,
.text-status-title,
.text-status-desc,
.section-title,
.section-text,
.location-text {
@@ -551,29 +542,6 @@ const handleBack = () => {
transform: translateY(-50%);
}
.text-status-panel {
margin-top: 24px;
padding: 14px;
box-sizing: border-box;
background: #ffffff;
border: 1px solid #e4e6df;
border-radius: 8px;
}
.text-status-title {
font-size: 15px;
line-height: 21px;
font-weight: 800;
color: #151713;
}
.text-status-desc {
margin-top: 5px;
font-size: 13px;
line-height: 20px;
color: #5d6656;
}
.content-section {
margin-top: 28px;
}