Commit 05c8023b by biao

1

parent e9b3464a
......@@ -26,7 +26,7 @@ class SchoolType
$data = array();
$tmp = array("id"=>1, "title"=>"幼儿");
$tmp = array("id"=>1, "title"=>"幼儿");
array_push($data, $tmp);
$tmp = array("id"=>2, "title"=>"小学");
......
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