Browse Source

去除提示

seimin 2 years ago
parent
commit
8c9a96a8aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/js/controllers/mainCtrl.js

+ 2 - 2
assets/js/controllers/mainCtrl.js

@@ -2801,7 +2801,7 @@ app.controller('AppCtrl', ['$rootScope', '$scope', '$state', '$translate', '$loc
2801 2801
           $scope.busy = true;
2802 2802
 
2803 2803
         }else{
2804
-          alert('示忙失败,请在群里反馈!');
2804
+          // alert('示忙失败,请在群里反馈!');
2805 2805
         }
2806 2806
       })
2807 2807
     }
@@ -2818,7 +2818,7 @@ app.controller('AppCtrl', ['$rootScope', '$scope', '$state', '$translate', '$loc
2818 2818
           $scope.busy = false;
2819 2819
 
2820 2820
         }else{
2821
-          alert('示闲失败,请在群里反馈!');
2821
+          // alert('示闲失败,请在群里反馈!');
2822 2822
         }
2823 2823
       })
2824 2824
     }