用户登录

记住密码 找回密码
还没有账号?立即注册

微信扫码安全登录

二维码已过期

点击刷新

扫码即表示同意 《用户协议》《隐私协议》

客服热线:057786138211

网校地址:浙江省温州市鹿城区南汇街道温州大道金宇商务楼619室

 浙ICP备2021003067号-1

版权所有: 弘鼎教育 © 2025

扫一扫微信关注

全国统一服务热线

057786138211

关闭
).parent().removeClass('errorBox'); $(this).next().text(''); if($(this).hasClass('password_ipt')){ $(this).parents('.loginMod').find('.infoBox').removeClass('errTop') } } }else{ $(this).parent().addClass('errorBox'); if($(this).hasClass('password_ipt')){ $(this).next().text('密码不能为空!'); $(this).parents('.loginMod').find('.infoBox').addClass('errTop') }else{ $(this).next().text('用户名或手机号不能为空!'); } } }) $(document).keydown(function (event) { if (event.keyCode === 13) { $(".BtnLogin").click(); } })