@@ -312,7 +312,7 @@ |
||
312 | 312 |
} |
313 | 313 |
}, |
314 | 314 |
error: function(xhr,status,error){ |
315 |
- show_error_dialog(`提示${status}`, `${error} ${xhr.data}`); |
|
315 |
+ show_error_dialog(`提示${status}`, `${error} ${xhr.statusText}`); |
|
316 | 316 |
} |
317 | 317 |
}) |
318 | 318 |
} |