From cccb3b6b6d0c51e11540465a675da99cc82afd3a Mon Sep 17 00:00:00 2001 From: Martin Zhou <1009465756@qq.com> Date: Mon, 25 Jan 2016 14:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DHallController.class.php?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit $Page变量未定义 issued by phith0n --- Application/Home/Controller/HallController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/HallController.class.php b/Application/Home/Controller/HallController.class.php index f649a95..5b9d9b5 100644 --- a/Application/Home/Controller/HallController.class.php +++ b/Application/Home/Controller/HallController.class.php @@ -13,7 +13,7 @@ use Think\Controller; class HallController extends Controller{ - public function index($key="") + public function index() { $xuhao = 1; $model = M('member');