Authored by 毕凯

Merge branch 'hotfix/register' into 'master'

Hotfix/register

testCode

See merge request !99
... ... @@ -97,7 +97,8 @@ $btnNext.on('touchstart', function() {
data: {
areaCode: areaCode.replace('+', ''),
phoneNum: pn,
captcha: captcha
captcha: captcha,
yohobuy: $('#yohobuy').val()
},
success: function(data) {
if (data.code === 200) {
... ...