修复HallController.class.php中的问题

$Page变量未定义 issued by phith0n
This commit is contained in:
Martin Zhou
2016-01-25 14:12:07 +08:00
parent b2328cf225
commit cccb3b6b6d

View File

@@ -13,7 +13,7 @@ use Think\Controller;
class HallController extends Controller{ class HallController extends Controller{
public function index($key="") public function index()
{ {
$xuhao = 1; $xuhao = 1;
$model = M('member'); $model = M('member');