소스 검색

更新内容

moshaorui 2 달 전
부모
커밋
b0b16bd1c9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/static/js/script.js

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

@@ -354,7 +354,7 @@ $(document).ready(function() {
                 url: '/download-status',
                 method: 'GET',
                 dataType: 'json',
-                data: { reset: 0 },
+                data: { reset: 1 },
                 success: function(response) {
                     if (response.status == 0 || response.status == 2) {
                         checkDownloadStatus();
@@ -469,7 +469,7 @@ $(document).ready(function() {
             url: '/download-status',
             method: 'GET',
             dataType: 'json',
-            data: { reset: 0 },
+            data: { reset: 1 },
             success: function(response) {
                 if (response.status == 0 || response.status == 2) {
                     downdHref();