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

进行清除表单信息

... ... @@ -541,6 +541,6 @@ $('.train_btn').click(function () {
$('.form_popup_box').text('进修要求不能为空')
$('.form_popup_box').delay(1000).hide(0);
} else {
$('.box').show().delay(2000).hide(2)
}
})
\ No newline at end of file
... ...
... ... @@ -160,6 +160,7 @@
data: $('#apply_link_form').serialize(),
success: function (result) {
$('.box').show().delay(2000).hide(2)
window.location.href='{:url()}';
console.log(result);//打印服务端返回的数据(调试用)
},
... ...