update

FFIB 1 year ago
parent
commit
538007b8b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      page/templates/page/clerk_oauth.html

+ 2 - 2
page/templates/page/clerk_oauth.html

@@ -311,8 +311,8 @@
311 311
                                     show_error_dialog('错误', data.description);
312 312
                                 }
313 313
                             },
314
-                            error: function(data){
315
-                                show_error_dialog(data.status, data.statusText);
314
+                            error: function(xhr,status,error){
315
+                                show_error_dialog(status, error);
316 316
                             }
317 317
                         })
318 318
                     }