search

Home  >  Q&A  >  body text

Unable to submit




J]QW6JY%EX_%_G3KM`)C.png

<script>
   $(function(){
       $("#login").on('click',function(event){
           $.ajax({
               type:"POST",
               url:"{:url('checkLogin')}",//地址
               data:$("form").serialize(),
               dataType:"json",
               success:function(data){
                   if(data.$status === 1){
                       window.location.href="{:url('index/index')}"
                   }else{
                       console.log(data.$message)
                   }
               }
           })
       })
   })
</script>

2419 days ago1471

reply all(1)I'll reply

  • sky

    sky2018-04-03 21:22:32

    Server Error

    reply
    0
  • Cancelreply