用户登录

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

微信扫码安全登录

二维码已过期

点击刷新

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

网校地址:河北省邢台市襄都区世贸天阶14层, 河北省石家庄市一江国际大厦10层,河北省内丘县天颐3层 湖北省武汉市武昌区亚贸写字楼b座1748,

公安备案号:冀公网安备13052302001832  冀ICP备2021005388号-4

版权所有: 知学网 © 2025

全国统一服务热线

关闭
https://work.weixin.qq.com/kfid/kfc24475ed843310bd0 ,'text') } } //记住密码 function rememberPassword(that){ if(that.find('.checkBox').hasClass('on')){ that.find('.checkBox').removeClass('on') }else{ that.find('.checkBox').addClass('on') } } //输入框输入移除错误样式 $('.loginMod .ipt').on('blur',function(){ if($(this).val()!=''){ if($(this).parent().hasClass('errorBox')){ $(this).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(); } })