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