From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/share/normalheader/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/menu/components/share/normalheader/index.jsx b/src/menu/components/share/normalheader/index.jsx index 3f051bc..e5345f5 100644 --- a/src/menu/components/share/normalheader/index.jsx +++ b/src/menu/components/share/normalheader/index.jsx @@ -63,14 +63,14 @@ render() { const { config, hideSearch } = this.props - const { appType } = this.state + // const { appType } = this.state let title = config.plot ? config.plot.title : config.wrap.title let show = true - if (!title && appType === 'mob' && config.type === 'card' && config.subtype === 'datacard' && config.action && config.action.length) { - title = ' ' - } + // if (!title && appType === 'mob' && config.type === 'card' && config.subtype === 'datacard' && config.action && config.action.length) { + // title = ' ' + // } if (!title && (!config.search || config.search.length === 0 || hideSearch === 'true')) { show = false -- Gitblit v1.8.0