From cde0b9b35476e807349507d1cae5132738b6f07a Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Tue, 3 Sep 2024 10:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E7=9B=B8=E5=85=B3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control/index.php b/control/index.php index 83b5d39..bc63cda 100644 --- a/control/index.php +++ b/control/index.php @@ -9,8 +9,8 @@ class index extends publicBase { public function home() { $id = $this->get('id'); - $mCase = new mCase(); - $data = $mCase->getCaseInfo($id); + $m_case = new mCase(); + $data = $m_case->getCaseInfo($id); $this->view['data'] = $data;