zhouna 4 anni fa
parent
commit
33cb5f87aa
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 1
      src/html/searchStaticList.html
  2. 1 0
      src/js/searchStaticList.js

File diff suppressed because it is too large
+ 1 - 1
src/html/searchStaticList.html


+ 1 - 0
src/js/searchStaticList.js

@@ -64,6 +64,7 @@ function getTabData(){
         types:[+searchType],
         inputStr:vals
     }
+    $(".resultItemEmpty").hide();
     post(config.staticSearch,param).then((res) => {
       const result = res.data
       if(result.code == 0) {