linwu 8 달 전
부모
커밋
7e8b4bff72
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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();