|
@@ -5,6 +5,7 @@ import dayjs from 'dayjs'
|
|
|
import { ImagePreview, NavBar } from 'vant'
|
|
|
import { defineComponent } from 'vue'
|
|
|
import styles from './help-center-detail.module.less'
|
|
|
+import { state } from '@/state'
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'help-center-detail',
|
|
@@ -69,7 +70,7 @@ export default defineComponent({
|
|
|
<div class={styles['help-center-detail']}>
|
|
|
{this.catalogType === 'ANALYSIS' ? (
|
|
|
<NavBar
|
|
|
- title={this.documentTitle}
|
|
|
+ title={state.helpItemTitle || this.documentTitle}
|
|
|
left-arrow
|
|
|
fixed
|
|
|
onClick-left={() => {
|