Commit 4d9f974c by 高源

界面优化

parent 47687b56
No preview for this file type
...@@ -113,7 +113,7 @@ function generateToolkit () { ...@@ -113,7 +113,7 @@ function generateToolkit () {
}, 3000); }, 3000);
} }
// window.onload = function () { window.onload = function () {
let mousemovebind = false; //如果出现元素默认绑定了mousemove事件导致匹配不到元素的时候,开启第二种模式获得元素 let mousemovebind = false; //如果出现元素默认绑定了mousemove事件导致匹配不到元素的时候,开启第二种模式获得元素
...@@ -147,5 +147,5 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -147,5 +147,5 @@ document.addEventListener("DOMContentLoaded", function () {
// 执行其他操作 // 执行其他操作
}); });
generateToolkit(); generateToolkit();
// } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment