Authored by 周少峰

update 5.2.2

{
"name": "yohobuy-node",
"version": "5.2.1",
"version": "5.2.2",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -1195,6 +1195,7 @@ $deviceSwitcher.on('click', function() {
refreshQrCodeAsync().then(pollingThisQrCodeStatusAsync);
}
// 临时去掉二维码登陆
$(this).parent('.switch-login-type').hide();
});
... ...