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

积分增加设定

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