浏览代码

更新内容

moshaorui 2 月之前
父节点
当前提交
6a9fe201a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/js/script.js

+ 1 - 1
public/static/js/script.js

@@ -264,7 +264,7 @@ $(document).ready(function() {
                 data: { reset: 0 },
                 success: function(response) {
                     console.log(response);
-                    if (response.status == 0 || response.status == 2) {
+                    if (response.status == 2) {
                         clearInterval(intervalId);
                         layer.close(loadIndex); // 关闭加载层
                     }