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