Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
1 changed file
with
5 additions
and
4 deletions
@@ -136,9 +136,10 @@ function picCaptchaAjaxFn(page, callback) { | @@ -136,9 +136,10 @@ function picCaptchaAjaxFn(page, callback) { | ||
136 | type: 'POST', | 136 | type: 'POST', |
137 | url: url, | 137 | url: url, |
138 | data: { | 138 | data: { |
139 | - code: $ca.val(), | ||
140 | - mobile: $pn.val(), | ||
141 | - area: $region.text().split('+')[1] | 139 | + code: $ca.val() |
140 | + | ||
141 | + //mobile: $pn.val(), | ||
142 | + //area: $region.text().split('+')[1] | ||
142 | } | 143 | } |
143 | }).then(function(data) { | 144 | }).then(function(data) { |
144 | switch (data.code) { | 145 | switch (data.code) { |
@@ -530,7 +531,7 @@ exports.init = function(page) { | @@ -530,7 +531,7 @@ exports.init = function(page) { | ||
530 | data: { | 531 | data: { |
531 | area: $region.text().split('+')[1], | 532 | area: $region.text().split('+')[1], |
532 | mobile: $pn.val(), | 533 | mobile: $pn.val(), |
533 | - captcha: $ca.val(), | 534 | + verifyCode: $ca.val(), |
534 | code: $mc.val(), | 535 | code: $mc.val(), |
535 | password: $pwd.val() | 536 | password: $pwd.val() |
536 | } | 537 | } |
-
Please register or login to post a comment