linwu 5 meses atrás
pai
commit
7e8b4bff72
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      app/mobile/controller/Human.php

+ 2 - 3
app/mobile/controller/Human.php

@@ -326,13 +326,12 @@ class Human extends MobileBaseController
 
     private function _listValidate()
     {
-
-        /*$action = $this->request->action();
+        $action = $this->request->action();
         if ($action != 'center') {
             if (time() < 1730736000) {
                 jump('11月5日开启,敬请期待','mobile/human/center');
             }
-        }*/
+        }
         $open_id = session('mobile.human.open_id');
 
         $institution = HumanInstitutionApplyModel::where('open_id', $open_id)->find();