wenhongquan 3 年之前
父节点
当前提交
91582151ed
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -193,8 +193,8 @@
                 'resize',
                 function() {
                     // debugger
-                    clearTimeout(tid);
-                    tid = setTimeout(refreshRem, 300);
+                    clearInterval(tid);
+                    tid = setInterval(refreshRem, 300);
 
 
                 },