From dd13a79d68a346bbd480ecce6aed2eae099c3e9b Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Fri, 28 Apr 2023 10:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index d4403269..5708da6b 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -660,7 +660,7 @@ class Information extends CI_Controller true ); $information->ic_content = str_replace( - '', + '', $feedback_newest_content, $information->ic_content ); @@ -984,6 +984,12 @@ class Information extends CI_Controller { $feedback_newest = $this->Feedback_model->get_feedback_newest(); var_dump($feedback_newest); + + $feedback_newest_content = $this->load->view( + 'ch-feedback-newest', + array('feedback_list' => $feedback_newest), + true); + var_dump($feedback_newest_content); } public function make_www_cache_gh($device, $information, $recommand_information)