huwhois 2 år sedan
förälder
incheckning
c2b2812f61
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      public/static/sys/js/admin.js

+ 1 - 1
public/static/sys/js/admin.js

@@ -243,7 +243,7 @@ $(function () {
         };
 
         $.post('status', data, function (res) {
-            if (res.code == 1) {
+            if (res.code == 0) {
                 topalert({
                     type: 0,
                     content: res.msg,