修复讲解页标题与嵌入导航
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-24 23:09:40 +08:00
parent f0d27441d6
commit 4bcd1af1f4
5 changed files with 6 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ const shouldUseHostNavigation = computed(() => isEmbeddedInWechatMiniProgram())
const showInternalHeader = computed(() => props.forceInternalHeader || !shouldUseHostNavigation.value)
const headerTitle = computed(() => {
if (props.stage === 'stop') return props.selectedHallName || '讲解对象'
return '展厅讲解'
return '免费讲解'
})
const loadingTitle = computed(() => {
if (props.stage === 'stop') return '正在加载讲解对象'