Authored by 周少峰

update 5.2.2

1 { 1 {
2 "name": "yohobuy-node", 2 "name": "yohobuy-node",
3 - "version": "5.2.1", 3 + "version": "5.2.2",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
@@ -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 });