Why is ajax not executed here?
$.ajax({
type:'post',
url:"{:url('index/user/insert')}",
data:$('#login').serialize(),
dataTy
无忌哥哥2018-06-20 11:13:47
Take a look at the console error. It should be that ajax is written incorrectly.