...
|
...
|
@@ -40,7 +40,7 @@ class IndexController extends WeChatBaseController |
|
|
$user_id=cmf_get_current_user_id();
|
|
|
$User=new UserModel();
|
|
|
$user=$User->getMyself()->toArray();
|
|
|
if($user['user_login']==null){
|
|
|
if($user['user_login']!=null){
|
|
|
$this->error('已经注册过相关信息!','/');
|
|
|
}
|
|
|
$Hospital = new HospitalModel();
|
...
|
...
|
|