소스 검색

feat: 参数数据动态管理

cuiyalong 1 년 전
부모
커밋
82b6daab5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/tabbar/home/index.vue

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

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