|
@@ -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();
|