Explorar el Código

切换内容滚动条到顶部

zhangxc hace 5 años
padre
commit
ffae86d72c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/js/qcScore.js

+ 1 - 0
src/js/qcScore.js

@@ -82,6 +82,7 @@ function initMenu(data){
     $(".content-item,.flaw-item").hide();
     $(".content-item[code='"+code+"']").show();
     showFlawList();
+    $("#contentInfo").scrollTop(0)
   });
   // initScroll("subMenu","Y",2)
 }