Browse Source

feat: 参数数据动态管理

cuiyalong 1 năm trước cách đây
mục cha
commit
82b6daab5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
           />