Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp =================================================================== diff -u -r27640 -r27641 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 27640) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 27641) @@ -399,8 +399,10 @@ } // 鼠标弹起后停止移动 fa.onmouseup=function() { - fa.onmousemove=null; - fa.onmouseup=null; + if(oEvent.clientX -disX+20 < $('#tousseOrMaterialImageDiv').width()){ + fa.onmousemove=null; + fa.onmouseup=null; + } } } }