Browse Source

通知商城等待返回

wangmh 7 years ago
parent
commit
32842ab17d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/resources/js/common/services.js

+ 2 - 1
src/main/webapp/resources/js/common/services.js

@@ -167,8 +167,9 @@ define(['angular', 'toaster', 'big'], function(angular, big) {
                                 refresh(data);
                             }
                         });
+                    } else {
+                        refresh(data);
                     }
-                    refresh(data);
 				});
 				return logout;
             },