Browse Source

示忙示闲错误提示

seimin 2 years ago
parent
commit
d2fef53a49
1 changed files with 4 additions and 0 deletions
  1. 4 0
      assets/js/controllers/mainCtrl.js

+ 4 - 0
assets/js/controllers/mainCtrl.js

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