Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xiaowei
9 years ago
Commit
e5046b1386860c545904ea09d505eb082e189ba4
1 parent
e8464a45
兼容php5.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
View file @
e5046b1
...
...
@@ -59,7 +59,8 @@ class RegisterController extends WebAction
$data
[
'message'
]
=
'由于你IP受限无法注册'
;
break
;
}
if
(
!
empty
(
PassportModel
::
getUserInfoByMobile
(
$area
,
$mobile
)))
{
$user
=
PassportModel
::
getUserInfoByMobile
(
$area
,
$mobile
);
if
(
!
empty
(
$user
))
{
$data
[
'message'
]
=
'手机号码已经存在'
;
break
;
}
...
...
Please
register
or
login
to post a comment