...
|
...
|
@@ -63,7 +63,6 @@ class BackController extends WebAction { |
|
|
} else if (Helpers::verifyMobile($phoneNum)) { // 验证手机号
|
|
|
$mobile = $phoneNum;
|
|
|
$data = BackData::sendCodeToMobile($mobile, $area);
|
|
|
|
|
|
if ($data['code'] == 200) {
|
|
|
$this->setSession ('mobile', $mobile );
|
|
|
$this->setSession ('area', $area );
|
...
|
...
|
@@ -141,7 +140,7 @@ class BackController extends WebAction { |
|
|
}
|
|
|
}
|
|
|
// 跳转错误页面
|
|
|
// $this->redirect('/error/index');
|
|
|
$this->redirect('/error/index');
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|