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

进行清除表单信息

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