|
@@ -2027,7 +2027,7 @@ class User extends Api
|
|
$this->error('您的网络开小差了~');
|
|
$this->error('您的网络开小差了~');
|
|
}
|
|
}
|
|
|
|
|
|
- $mobile = $user_info['phoneNum'];
|
|
|
|
|
|
+ $mobile = isset($user_info['phoneNum']) ? $user_info['phoneNum'] : '';
|
|
if (!$mobile) {
|
|
if (!$mobile) {
|
|
$mobile = $this->request->post('mobile');
|
|
$mobile = $this->request->post('mobile');
|
|
}
|
|
}
|