|
@@ -31,7 +31,8 @@ class Base
|
|
|
{
|
|
|
$uid = $this->check();
|
|
|
//$code = Dever::input('mcode');
|
|
|
- $mobile = Dever::load('passport/reg')->checkMobileExists();
|
|
|
+ //$mobile = Dever::load('passport/reg')->checkMobileExists();
|
|
|
+ $mobile = Dever::input('mobile');
|
|
|
if ($mobile && $uid) {
|
|
|
$uid = $this->combine($uid, $mobile, 'mobile');
|
|
|
$info = Dever::load('passport/user-one', $uid);
|