...
|
...
|
@@ -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)
|
...
|
...
|
|