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
a950f5efa5a86b7a125b333cad6d315d38ecbd88
1 parent
e006cba3
index.js css
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
web-static/dist/yohobuy/0.0.1/index-debug.js
web-static/dist/yohobuy/0.0.1/index.js
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
web-static/dist/yohobuy/0.0.1/index-debug.js
View file @
a950f5e
...
...
@@ -4448,8 +4448,8 @@ function phoneAjaxFn(page, callback) {
data
=
{
mobile
:
$pn
.
val
(),
area
:
$region
.
text
().
split
(
'+'
)[
1
],
openId
:
1
,
sourceType
:
'QQ'
openId
:
$
(
'#open-id'
).
val
(),
sourceType
:
$
(
'#source-type'
).
val
()
};
}
...
...
web-static/dist/yohobuy/0.0.1/index.js
View file @
a950f5e
This diff could not be displayed because it is too large.
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Register.php
View file @
a950f5e
...
...
@@ -183,14 +183,9 @@ class RegisterController extends WebAction
$mobile
=
trim
(
$this
->
post
(
'mobile'
),
' '
);
//mobile
$area
=
intval
(
trim
(
$this
->
post
(
'area'
),
' '
));
//area
$verifyCode
=
strtolower
(
trim
(
$this
->
post
(
'verifyCode'
),
' '
));
//图形验证码
$code
=
trim
(
$this
->
post
(
'code'
),
''
);
//
code
$code
=
trim
(
$this
->
post
(
'code'
),
''
);
//
手机验证码
$password
=
$this
->
post
(
'password'
);
$url
=
SITE_MAIN
.
'/passport/register/index'
;
$refer
=
$this
->
getCookie
(
'refer'
);
$data
=
array
(
'code'
=>
400
,
'message'
=>
''
,
'data'
=>
''
);
if
(
!
empty
(
$refer
))
{
$refer
=
$url
.
'?refer='
.
$refer
;
}
do
{
/* 判断参数是否合法 */
...
...
Please
register
or
login
to post a comment