diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index ca3cfaa..9e61de9 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -33,11 +33,11 @@ }} -
+
{{ location && location.data && location.data[1] ? `${location && location.data && - location.data[data && data.data && data.data.location.substring(0, 1)]} > ${location && + location.data[data && data.data && data.data.location&&data.data.location.substring(0, 1)]} > ${location && location.data[data && data.data && data.data.location]}` : '' }}
diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index f6e8dc8..0c519c9 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -97,9 +97,6 @@ const props = defineProps({ } }) -//数据包 -let configData = store.state.indexData.config - let getDataList = props.getDataList //搜索框 diff --git a/src/components/seachPage/input.vue b/src/components/seachPage/input.vue index a6da492..04d515a 100644 --- a/src/components/seachPage/input.vue +++ b/src/components/seachPage/input.vue @@ -3,9 +3,9 @@
- +
@@ -25,23 +25,295 @@
-
+
+
+ 个人房源 521 +
个人房源 521 +
+
+ +
+
-
+
+
+
+ +
+
+
+
+ +
+
+
+ 中介房源 82 +
中介房源 82
-
+
+
+
+ +
+
+
+ 品牌公寓 6 +
学生公寓 6
+
+ +
+
+
+ +
+
+
+
+
+ 收起筛选条件 + 筛选  :  +
+ + {{ item }}c +  |  + +
+ +
+
+
+
+
+
+
+
+ 共{{ count || 0 }}条 + {{ tabType === 'person' ? + '个人房源' : tabType === 'intermediary' ? + '中介房源' : tabType === 'apartment' ? + '品牌公寓' : '' }} +   + | +   +
+
{{ selectTabCheck.title }}:
+
+ {{ item.title }} + +
+
+
+ + + + {{ listSort.check }} + + + + +
+
+} + +::v-deep .el-dropdown-menu__item { + --el-dropdown-menuItem-hover-color: #7F7F7F; + --el-dropdown-menuItem-hover-fill: rgba(246, 246, 246, 1); +} + \ No newline at end of file diff --git a/src/components/seachPage/select.vue b/src/components/seachPage/selectInfo.vue similarity index 100% rename from src/components/seachPage/select.vue rename to src/components/seachPage/selectInfo.vue diff --git a/src/components/selectTabBox/selectTabBox.vue b/src/components/selectTabBox/selectTabBox.vue index 5af0894..7c0d346 100644 --- a/src/components/selectTabBox/selectTabBox.vue +++ b/src/components/selectTabBox/selectTabBox.vue @@ -1,5 +1,5 @@