李雪梅 hace 3 años
padre
commit
1ab0dfb64c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      nngkxxdp/src/main/resources/static/zdjc/sy.html

+ 2 - 1
nngkxxdp/src/main/resources/static/zdjc/sy.html

@@ -232,9 +232,10 @@
 					  var ul = $('.wrap_content ul');
 					  var firstLi = $('li:first', ul);
 					  firstLi.clone().appendTo(ul);
+					  firstLi.remove();
 					  ul.animate({top: "-40px"}, 1000, function(){
 					 	ul.css('top', '5px');
-					    firstLi.remove();
+					    /* firstLi.remove(); */
 					  })
 					 }
 					})();