linwu 5 months ago
parent
commit
c6ff743de6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/mobile/controller/Human.php

+ 1 - 1
app/mobile/controller/Human.php

@@ -229,7 +229,7 @@ class Human extends MobileBaseController
 
     public function guide()
     {
-//        $this->_listValidate();
+        $this->_listValidate();
 
         return view();
     }