songxingwei 4 years ago
parent
commit
f11545c2d8
1 changed files with 11 additions and 0 deletions
  1. 11 0
      app/admin/controller/School.php

+ 11 - 0
app/admin/controller/School.php

@@ -119,4 +119,15 @@ class School extends Controller
         $this->_save($this->table, ['status' => '1']);
     }
 
+
+    /**
+     * 详情
+     * @auth true
+     */
+    public function info()
+    {
+        $this->title = '编辑信息';
+        $this->_form($this->table);
+    }
+
 }