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

积分增加设定

... ... @@ -458,7 +458,7 @@ $(document).ready(function () {
console.log(res)
if (res.code==1){
$('.success').show().delay(2000).hide(2);
setTimeout("window.location.href='{:url('/')}'",5000)
setTimeout("window.location.href='{:url('/')}'",3000)
}else {
$('.form_popup_box').show()
... ...