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

进行清除表单信息

... ... @@ -161,11 +161,15 @@
success: function (result) {
$('.box').show().delay(2000).hide(2)
window.location.href='{:url()}';
setTimeout( reloadPage,2000);
console.log(result);//打印服务端返回的数据(调试用)
},
})
})
function reloadPage() {
window.location.href='{:url()}';
}
</script>
</body>
</html>
\ No newline at end of file
... ...