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
lore-w
9 years ago
Commit
4129520258361eb0130df4c731477eaddc503fba
1 parent
e6e9a667
注册联调、字段修改 code review by liuyue
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
web-static/js/passport/reg.js
web-static/js/passport/reg.js
View file @
4129520
...
...
@@ -136,7 +136,7 @@ function picCaptchaAjaxFn(page, callback) {
type
:
'POST'
,
url
:
url
,
data
:
{
c
ode
:
$ca
.
val
()
verifyC
ode
:
$ca
.
val
()
//mobile: $pn.val(),
//area: $region.text().split('+')[1]
...
...
@@ -169,7 +169,7 @@ function msgCaptchaAjaxFn(page, callback) {
type
:
'POST'
,
url
:
url
,
data
:
{
c
ode
:
$ca
.
val
(),
verifyC
ode
:
$ca
.
val
(),
mobile
:
$pn
.
val
(),
area
:
$region
.
text
().
split
(
'+'
)[
1
]
}
...
...
@@ -465,7 +465,7 @@ exports.init = function(page) {
$regionSelect
.
change
(
function
()
{
$region
.
text
(
'+'
+
$
(
'#region'
).
val
());
$region
.
text
(
$
(
'#region'
).
val
());
validateRule
(
page
,
$pn
,
showErrTip
);
//验证
});
...
...
@@ -493,7 +493,7 @@ exports.init = function(page) {
data
:
{
area
:
$region
.
text
().
split
(
'+'
)[
1
],
mobile
:
$pn
.
val
(),
c
ode
:
$ca
.
val
()
verifyC
ode
:
$ca
.
val
()
}
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
...
...
Please
register
or
login
to post a comment