瀏覽代碼

先删掉卫健高教注册

sandm 1 年之前
父節點
當前提交
18d3317299
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/common/controller/Auth.php

+ 2 - 2
app/common/controller/Auth.php

@@ -348,8 +348,8 @@ class Auth extends BaseController {
                 return \StrUtil::back($response_object, "Register.epCallBack");
             }
         }
-        $medicalCommunities = Db::table("nhc_medical_community")->where("status", 1)->order("num asc,createTime asc")->select()->toArray();
-        return view("", ["msg" => $msg, "medicalCommunities" => $medicalCommunities]);
+        //$medicalCommunities = Db::table("nhc_medical_community")->where("status", 1)->order("num asc,createTime asc")->select()->toArray();
+        return view("", ["msg" => $msg]);
     }
 
     public function enterprise_edit() {