Commit 6adfd791 authored by Mac's avatar Mac

打开 缓存

parent a8a470d3
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
document.body.addEventListener('touchmove', function (e) { document.body.addEventListener('touchmove', function (e) {
e.preventDefault(); e.preventDefault();
}, {passive: false}); }, {passive: false});
// var activity = JSON.parse(localStorage.activity); var activity = JSON.parse(localStorage.activity);
var clipboard = new Clipboard('.all_Receive'); var clipboard = new Clipboard('.all_Receive');
var EmployeeId = activity.EmployeeId + '_Mouse'; var EmployeeId = activity.EmployeeId + '_Mouse';
var laoshudata = [];//老鼠数据 var laoshudata = [];//老鼠数据
......
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