Showing
1 changed file
with
1 additions
and
2 deletions
@@ -63,7 +63,6 @@ class BackController extends WebAction { | @@ -63,7 +63,6 @@ class BackController extends WebAction { | ||
63 | } else if (Helpers::verifyMobile($phoneNum)) { // 验证手机号 | 63 | } else if (Helpers::verifyMobile($phoneNum)) { // 验证手机号 |
64 | $mobile = $phoneNum; | 64 | $mobile = $phoneNum; |
65 | $data = BackData::sendCodeToMobile($mobile, $area); | 65 | $data = BackData::sendCodeToMobile($mobile, $area); |
66 | - | ||
67 | if ($data['code'] == 200) { | 66 | if ($data['code'] == 200) { |
68 | $this->setSession ('mobile', $mobile ); | 67 | $this->setSession ('mobile', $mobile ); |
69 | $this->setSession ('area', $area ); | 68 | $this->setSession ('area', $area ); |
@@ -141,7 +140,7 @@ class BackController extends WebAction { | @@ -141,7 +140,7 @@ class BackController extends WebAction { | ||
141 | } | 140 | } |
142 | } | 141 | } |
143 | // 跳转错误页面 | 142 | // 跳转错误页面 |
144 | - // $this->redirect('/error/index'); | 143 | + $this->redirect('/error/index'); |
145 | } | 144 | } |
146 | 145 | ||
147 | /** | 146 | /** |
-
Please register or login to post a comment