Authored by 毕凯

Merge branch 'hotfix/register' into 'master'

Hotfix/register

testCode

See merge request !99
@@ -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) {