Ver código fonte

去掉热门查询

natasha 2 semanas atrás
pai
commit
a21cbee645
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/dictionary/index.vue

+ 2 - 2
src/views/dictionary/index.vue

@@ -25,7 +25,7 @@
           </li>
         </ul>
       </div>
-      <div v-if="hotSearchList.length > 0">
+      <!-- <div v-if="hotSearchList.length > 0">
         <h2>热门查询</h2>
         <ul class="hotSearch">
           <li
@@ -38,7 +38,7 @@
             <b :title="item">{{ item }}</b>
           </li>
         </ul>
-      </div>
+      </div> -->
     </div>
   </div>
 </template>