Authored by zhangxiaoru

agreement

... ... @@ -12,8 +12,8 @@ $('.pitch').on('click', function() {
$('.submit-btn').on('click', function() {
if ($('.pitch').hasClass('secect')) {
//location.href = '//m.yohobuy.com/passport/agreement';
// location.href = '//m.yohobuy.com/passport/agreement';
} else {
}
})
\ No newline at end of file
});
... ...
... ... @@ -50,12 +50,12 @@ $btnSure.on('touchstart', function() {
// }))
// return;
// }
// }
if (api.pwdValidate(pwd) === false) {
showErrTip('密码6-20位,请重新输入');
} else {
console.log(!$('.pitch').hasClass('secect'))
console.log(!$('.pitch').hasClass('secect'));
if ($('.pitch').hasClass('secect')) {
$.ajax({
... ...