限制讲解详情播放器为收起态
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-10 09:42:01 +08:00
parent aefab4c188
commit 11a3acb137
4 changed files with 18 additions and 5 deletions

View File

@@ -5,8 +5,9 @@
:show-top-tabs="false"
:audio-player-avoid-bottom-nav="false"
:audio-player-closable="false"
:audio-player-expandable="false"
:show-audio-player-host="true"
audio-player-mode="expanded"
audio-player-mode="mini"
@back="handleBack"
>
<view class="explain-detail-page" :class="{ 'with-audio-player': showAudioPlayer }">
@@ -610,7 +611,7 @@ const handlePlayAudio = async () => {
detailRoute: buildDetailRoute()
},
retryOnError: refreshCurrentAudioOnce,
displayMode: 'expanded'
displayMode: 'mini'
})
}