Showing
1 changed file
with
1 additions
and
1 deletions
@@ -98,7 +98,7 @@ $loginBtn.on('touchstart', function() { | @@ -98,7 +98,7 @@ $loginBtn.on('touchstart', function() { | ||
98 | } | 98 | } |
99 | 99 | ||
100 | // if (imgCheck.atWorking) { | 100 | // if (imgCheck.atWorking) { |
101 | - // captcha = imgCheck.getResults(); | 101 | + captcha = imgCheck.getResults(); |
102 | 102 | ||
103 | // if (captcha === '0000') { | 103 | // if (captcha === '0000') { |
104 | // return tip.show(' 请将图片旋转到正确方向'); | 104 | // return tip.show(' 请将图片旋转到正确方向'); |
-
Please register or login to post a comment