Explorar o código

feat: 参数数据动态管理

cuiyalong hai 1 ano
pai
achega
82b6daab5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/tabbar/home/index.vue

+ 1 - 1
src/pages/tabbar/home/index.vue

@@ -22,7 +22,7 @@
         </template>
         <template #list-item="{ item, searchKey }">
           <SearchResultCell
-            cell-type="bidding"
+            :cell-type="searchConf.searchType"
             :search-key="searchKey"
             :item="item"
           />