Showing
2 changed files
with
5 additions
and
5 deletions
@@ -12,8 +12,8 @@ $('.pitch').on('click', function() { | @@ -12,8 +12,8 @@ $('.pitch').on('click', function() { | ||
12 | 12 | ||
13 | $('.submit-btn').on('click', function() { | 13 | $('.submit-btn').on('click', function() { |
14 | if ($('.pitch').hasClass('secect')) { | 14 | if ($('.pitch').hasClass('secect')) { |
15 | - //location.href = '//m.yohobuy.com/passport/agreement'; | 15 | + // location.href = '//m.yohobuy.com/passport/agreement'; |
16 | } else { | 16 | } else { |
17 | - | 17 | + |
18 | } | 18 | } |
19 | -}) | ||
19 | +}); |
@@ -50,12 +50,12 @@ $btnSure.on('touchstart', function() { | @@ -50,12 +50,12 @@ $btnSure.on('touchstart', function() { | ||
50 | 50 | ||
51 | // })) | 51 | // })) |
52 | // return; | 52 | // return; |
53 | - // } | 53 | + // } |
54 | 54 | ||
55 | if (api.pwdValidate(pwd) === false) { | 55 | if (api.pwdValidate(pwd) === false) { |
56 | showErrTip('密码6-20位,请重新输入'); | 56 | showErrTip('密码6-20位,请重新输入'); |
57 | } else { | 57 | } else { |
58 | - console.log(!$('.pitch').hasClass('secect')) | 58 | + console.log(!$('.pitch').hasClass('secect')); |
59 | 59 | ||
60 | if ($('.pitch').hasClass('secect')) { | 60 | if ($('.pitch').hasClass('secect')) { |
61 | $.ajax({ | 61 | $.ajax({ |
-
Please register or login to post a comment