ZxcZxc123 hace 2 años
padre
commit
0c7ba59881
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/system/controller/Index.php

+ 4 - 0
app/system/controller/Index.php

@@ -57,7 +57,11 @@ class Index extends AuthController
     public function getCateList()
     {
         $educationModel = new EducationModel();
+        var_dump('12123213');
+        var_dump($educationModel);
         $cateList = $educationModel->getCate();
+        var_dump('789798798');
+        var_dump($cateList);
         return json($cateList);
     }
 }