lsc 2 years ago
parent
commit
3c114fe91c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      js/Desktop/Onload.js

+ 3 - 3
js/Desktop/Onload.js

@@ -505,8 +505,8 @@ U.MD.D.getNotice = function () {
         } else {
             $('.U_MD_D_BD_notice')[0].style.display = 'none'
         }
-        setTimeout(() => {
-            U.MD.D.getNotice();
-        }, 5000);
+        // setTimeout(() => {
+        //     U.MD.D.getNotice();
+        // }, 5000);
     }, [], { "type": "GET", "withCredentials": true });
 }