Showing
2 changed files
with
2 additions
and
1 deletions
@@ -1195,6 +1195,7 @@ $deviceSwitcher.on('click', function() { | @@ -1195,6 +1195,7 @@ $deviceSwitcher.on('click', function() { | ||
1195 | 1195 | ||
1196 | refreshQrCodeAsync().then(pollingThisQrCodeStatusAsync); | 1196 | refreshQrCodeAsync().then(pollingThisQrCodeStatusAsync); |
1197 | } | 1197 | } |
1198 | + | ||
1198 | // 临时去掉二维码登陆 | 1199 | // 临时去掉二维码登陆 |
1199 | $(this).parent('.switch-login-type').hide(); | 1200 | $(this).parent('.switch-login-type').hide(); |
1200 | }); | 1201 | }); |
-
Please register or login to post a comment