修复讲解页标题与嵌入导航
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 '正在加载讲解对象'

View File

@@ -25,7 +25,7 @@
{
"path": "pages/explain/list",
"style": {
"navigationBarTitleText": "全部讲解",
"navigationBarTitleText": "免费讲解",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationStyle": "custom"
}

View File

@@ -10,7 +10,7 @@
<ExplainHallSelect
:halls="explainHallItems"
stage="hall"
force-internal-header
:force-internal-header="!shouldUseHostNavigation"
:loading="explainLoading"
:error="explainError"
@hall-click="handleExplainHallClick"