修复HallController.class.php中的问题
$Page变量未定义 issued by phith0n
This commit is contained in:
@@ -13,7 +13,7 @@ use Think\Controller;
|
||||
|
||||
class HallController extends Controller{
|
||||
|
||||
public function index($key="")
|
||||
public function index()
|
||||
{
|
||||
$xuhao = 1;
|
||||
$model = M('member');
|
||||
|
||||
Reference in New Issue
Block a user