From 077712eaab622f1af104de42e39b1d41292aac07 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Tue, 28 May 2024 16:06:54 +0800 Subject: [PATCH] fix show --- application/controllers/infofix.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/controllers/infofix.php b/application/controllers/infofix.php index 41bf4026..731dc67b 100644 --- a/application/controllers/infofix.php +++ b/application/controllers/infofix.php @@ -93,7 +93,7 @@ class infofix extends CI_Controller } } - if ($sub_url != '' || count($sub_content) != 0) { + if ($sub_url != '' || count($sub_content) != 0 || count($sub_content2) != 0 || count($sub_content3) != 0) { array_push( $key_with_content, array( @@ -108,8 +108,8 @@ class infofix extends CI_Controller } $info->ic_content = $key_with_content; - // unset($info->amp_json); - // unset($info->amp_body); + unset($info->amp_json); + unset($info->amp_body); } echo json_encode($rs); }