zhouna 4 năm trước cách đây
mục cha
commit
033866f3ea
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/index.js

+ 2 - 0
src/index.js

@@ -75,6 +75,8 @@ function renderFlawList(data){
                 <div class="emptyTxt">恭喜您,病历未发现缺陷</div>
             </div>
         `;
+      $('.flawList').html(str);
+      return;
     }
     $("#level").text(level);
     $("#score").text(scoreRes);