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

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

@@ -17,7 +17,7 @@ class Human extends MobileBaseController
     protected function initialize()
     {
 //        session('mobile.human.open_id','o8F4O6OW6pUzLWulOi-OzuGaBzoE');
-        session('mobile.human.open_id', 'aa');
+//        session('mobile.human.open_id', 'aa');
         $open_id = session('mobile.human.open_id');
         if (empty($open_id)) {
             session('mobile.human.back_url', request()->url(true));
@@ -399,12 +399,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();