Authored by 陈轩

fix testCode

... ... @@ -96,7 +96,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) {
... ...