作者 sgj
1 个管道 的构建 通过 耗费 0 秒

修改进行页面表单提交

... ... @@ -159,7 +159,7 @@
$.ajax({
type: "POST",//方法类型
dataType: "json",//预期服务器返回的数据类型
url: "{:url('user//engagePost')}" ,//url
url: "{:url('user/index/engagePost')}" ,//url
data: $('#apply_link_form').serialize(),
success: function (result) {
console.log(result);//打印服务端返回的数据(调试用)
... ...