Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.js =================================================================== diff -u -r41059 -r41060 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.js (.../awaitForRecycleList.js) (revision 41059) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.js (.../awaitForRecycleList.js) (revision 41060) @@ -1964,9 +1964,9 @@ title: '摄像头OCR识别', modal: false, open: function () { - setTimeout(() => { + setTimeout(function(){ document.getElementById('snIframe').contentWindow.document.getElementById('click').click(); - }, 1000); + }, 100); }, close: function () { clearInterval(enableSNCodeTime) Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r41059 -r41060 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 41059) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 41060) @@ -8675,9 +8675,9 @@ title: '摄像头OCR识别', modal: false, open: function () { - setTimeout(() => { + setTimeout(function(){ document.getElementById('snIframe').contentWindow.document.getElementById('click').click(); - }, 1000); + }, 100); }, close: function () { clearInterval(enableSNCodeTime)