Commit 1c34ce22 by 冷斌

update

parent be769d34
...@@ -175,7 +175,7 @@ class Api_Home extends PhalApi_Api ...@@ -175,7 +175,7 @@ class Api_Home extends PhalApi_Api
$list = getLiveClass(); $list = getLiveClass();
$level = getLevelList(); $level = getLevelList();
printf($level); print_r($level);
die; die;
foreach ($level as $k => $v) { foreach ($level as $k => $v) {
......
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