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

关闭调试模式

... ... @@ -159,6 +159,8 @@
url: "{:url('user/Eagage/engagePost')}" ,//url
data: $('#apply_link_form').serialize(),
success: function (result) {
window.location.href={:url()};
console.log(result);//打印服务端返回的数据(调试用)
},
})
... ...