Index: ssts-web/src/main/webapp/js/speaker.js =================================================================== diff -u -r27343 -r27347 --- ssts-web/src/main/webapp/js/speaker.js (.../speaker.js) (revision 27343) +++ ssts-web/src/main/webapp/js/speaker.js (.../speaker.js) (revision 27347) @@ -373,7 +373,12 @@ * 精简提示嘀的声音 */ function simpleTipsAudio(ids){ - document.getElementById(ids).setAttribute("src",WWWROOT +"/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav"); + if(!!window.ActiveXObject || "ActiveXObject" in window){ + document.getElementById(ids).setAttribute("src",WWWROOT +"/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav"); + }else { + document.getElementById(ids+'2').setAttribute("src",WWWROOT +"/disinfectsystem/touchScreen/recycle/audio/simpleTips.wav"); + document.getElementById(ids+'2').setAttribute("autoplay","autoplay"); + } } /**