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