瀏覽代碼

去掉热门查询

natasha 2 周之前
父節點
當前提交
a21cbee645
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>