zhouna 4 years ago
parent
commit
cff51113a8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/css/index.less
  2. 1 1
      src/index.js

+ 2 - 2
src/css/index.less

@@ -52,9 +52,9 @@
   margin-bottom: 8px;*/
   background: #fff;
 }
-.sum-box{
+/*.sum-box{
   display: none;
-}
+}*/
 .title{
   height: 44px;
   line-height: 44px;

+ 1 - 1
src/index.js

@@ -71,7 +71,7 @@ function renderFlawList(data){
       $("#score").text(scoreRes);
       $("#num").text(num);
       $("#flawMark").text(numScore);
-      $(".sum-box").show();
+      //$(".sum-box").show();
     }
     $('.flawList').html(str);
     replaceSrc();