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
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
893bd5b183ec2e0ddd9d5e73a48d3317c318e42e
2 parents
da8eae09
e6e9a667
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
web-static/js/passport/reg.js
web-static/js/passport/reg.js
View file @
893bd5b
...
...
@@ -136,9 +136,10 @@ function picCaptchaAjaxFn(page, callback) {
type
:
'POST'
,
url
:
url
,
data
:
{
code
:
$ca
.
val
(),
mobile
:
$pn
.
val
(),
area
:
$region
.
text
().
split
(
'+'
)[
1
]
code
:
$ca
.
val
()
//mobile: $pn.val(),
//area: $region.text().split('+')[1]
}
}).
then
(
function
(
data
)
{
switch
(
data
.
code
)
{
...
...
@@ -530,7 +531,7 @@ exports.init = function(page) {
data
:
{
area
:
$region
.
text
().
split
(
'+'
)[
1
],
mobile
:
$pn
.
val
(),
captcha
:
$ca
.
val
(),
verifyCode
:
$ca
.
val
(),
code
:
$mc
.
val
(),
password
:
$pwd
.
val
()
}
...
...
Please
register
or
login
to post a comment