Commit dc9cb7df by 陈超

A

parent f811cfbc
...@@ -2252,7 +2252,7 @@ class HomeAction extends UserAction ...@@ -2252,7 +2252,7 @@ class HomeAction extends UserAction
} }
$this->assign('list', $list); $this->assign('list', $list);
if (isAjax() && && $_GET['api']) { if (isAjax() && $_GET['api']) {
echo json_encode(['status' => 1, 'data' => $list]);exit; echo json_encode(['status' => 1, 'data' => $list]);exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment