Просмотр исходного кода

邀请注册提示信息去除

hejq 8 лет назад
Родитель
Сommit
d8168dd98b
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/main/webapp/resources/js/index/app.js

+ 3 - 3
src/main/webapp/resources/js/index/app.js

@@ -1345,7 +1345,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             modalInstance.result.then(function (data) {
                 InvitationRecord.invite({formStore: data}, {}, function (data) {
                     if (data.success) {
-                        toaster.pop('success', '提示', data.success);
+                        // toaster.pop('success', '提示', data.success);
                     }
                     if (data.error) {
                         toaster.pop('error', '提示', data.error);
@@ -21088,7 +21088,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             modalInstance.result.then(function (data) {
                 InvitationRecord.invite({formStore: data}, {}, function (data) {
                     if (data.success) {
-                        toaster.pop('success', '提示', data.success);
+                        // toaster.pop('success', '提示', data.success);
                         $scope.tableParams.reload();
                     }
                     if (data.error) {
@@ -21489,7 +21489,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             modalInstance.result.then(function (data) {
                 InvitationRecord.invite({formStore: data}, {}, function (data) {
                     if (data.success) {
-                        toaster.pop('success', '提示', data.success);
+                        // toaster.pop('success', '提示', data.success);
                         $scope.tableParams.reload();
                     }
                     if (data.error) {