Authored by htoooth

fix

... ... @@ -1081,13 +1081,13 @@ $PhoneLoginSwitcher.on('click', 'div', function() {
return;
}
accountChangeEvent.fire(type);
$this.addClass('selected');
$this.siblings().removeClass('selected');
$(AccountLoginData[type].ele).removeClass('hide');
$(AccountLoginData[type].hideEle).addClass('hide');
accountChangeEvent.fire(type);
});
// 切换登录模式:手机登录和二维码登录
... ...