From e8c66314b1f34ee0dc0940171c4036e489d14b0f Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Mon, 12 Jun 2023 10:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 6ec879a5..0616d217 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1004,7 +1004,7 @@ class Information extends CI_Controller var_dump($thirdList); $tips_right_list_content = $this->load->view( - 'mobile_first/ah-list-tips-right', + 'mobile_first/ah-tips-right-list', array( 'tips_right_first' => $firstList, 'tips_right_second' => $secondList,