|
@@ -142,8 +142,8 @@ class Base
|
|
|
{
|
|
|
$uid = $this->check();
|
|
|
//$code = Dever::input('mcode');
|
|
|
- //$mobile = Dever::load('passport/reg')->checkMobileExists();
|
|
|
- $mobile = Dever::input('mobile');
|
|
|
+ $mobile = Dever::load('passport/reg')->checkMobileExists();
|
|
|
+ //$mobile = Dever::input('mobile');
|
|
|
if ($mobile && $uid) {
|
|
|
$info = Dever::load('passport/user-one', array('mobile' => $mobile));
|
|
|
if ($info && $info['bind'] == 1) {
|