From 4be3cc0ad5ba72ff68fa09cf033d5af393b904cb Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 18 Feb 2019 17:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8C=85=E5=90=AB=E5=A4=B4=E5=B0=BE=E6=9C=AA=E7=94=9F=E6=95=88?= =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Customview.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/index/controller/Customview.php b/application/index/controller/Customview.php index ebc6de3a5..5387e4914 100755 --- a/application/index/controller/Customview.php +++ b/application/index/controller/Customview.php @@ -61,6 +61,8 @@ class CustomView extends Common $this->assign('home_seo_site_title', $this->GetBrowserSeoTitle($data['data'][0]['title'], 1)); $this->assign('data', $data['data'][0]); + $this->assign('is_header', $data['data'][0]['is_header']); + $this->assign('is_footer', $data['data'][0]['is_footer']); return $this->fetch(); } else { $this->assign('msg', '页面不存在或已删除');