去掉ajax错误提示
This commit is contained in:
parent
9723d62d16
commit
49beaa4f42
|
@ -54,7 +54,7 @@
|
|||
if (textStatus == 'success') {
|
||||
eval(xhr.responseText);
|
||||
} else if (textStatus == 'error') {
|
||||
alert('error');
|
||||
// alert('error');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue