用戶登錄

記住密碼 找回密碼
還沒(méi)有賬號(hào)?立即注冊(cè)

微信掃碼安全登錄

二維碼已過(guò)期

點(diǎn)擊刷新

掃碼即表示同意 《用戶協(xié)議》《隱私協(xié)議》

關(guān)閉

經(jīng)典表情

     
     
     
    請(qǐng)為我們的服務(wù)評(píng)分
    非常滿意
    評(píng)價(jià)內(nèi)容
    提交

    留言后,客服會(huì)盡快與您聯(lián)系~

  • *手機(jī)
  •  姓名
  • *關(guān)注考試
  • * 留言
  • 提交
  • 關(guān)閉
  • Enter
    Ctrl+Enter
    發(fā)送
    toast
    點(diǎn)擊咨詢
    ?錯(cuò)誤樣式 $('.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('用戶名或手機(jī)號(hào)不能為空!'); } } }) $(document).keydown(function (event) { if (event.keyCode === 13) { $(".BtnLogin").click(); } })