Merge branch 'hotfix/register' into 'master'
Hotfix/register testCode See merge request !99
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -97,7 +97,8 @@ $btnNext.on('touchstart', function() { | @@ -97,7 +97,8 @@ $btnNext.on('touchstart', function() { | ||
97 | data: { | 97 | data: { |
98 | areaCode: areaCode.replace('+', ''), | 98 | areaCode: areaCode.replace('+', ''), |
99 | phoneNum: pn, | 99 | phoneNum: pn, |
100 | - captcha: captcha | 100 | + captcha: captcha, |
101 | + yohobuy: $('#yohobuy').val() | ||
101 | }, | 102 | }, |
102 | success: function(data) { | 103 | success: function(data) { |
103 | if (data.code === 200) { | 104 | if (data.code === 200) { |
-
Please register or login to post a comment