Unable to submit
2018-03-31 18:10:36
0
1
1481




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>

reply all(1)
sky

Server Error

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template