Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
44544321daf6372e1705da654d67b95e6c447a76
1 parent
85294915
找回密码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Back.php
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Back.php
View file @
4454432
...
...
@@ -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'
);
}
/**
...
...
Please
register
or
login
to post a comment