Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r27485 -r27525 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 27485) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 27525) @@ -214,7 +214,10 @@ progressLabel.text( parseInt(progressbar.progressbar("value")) + "%"); }, complete: function() { - progressLabel.text( "完成!" ); + progressLabel.text( "完成!" ); + setTimeout(function(){ + closeDiv(); + }, 500); } }); });