From 137e63c12d2045c23c4e00a81ec41863a35c8d6f Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 3 Aug 2023 17:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=A6=E6=A0=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=8D=E9=99=90=20=20=20=20=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/seachModule/seachModule.vue | 23 ++++--- src/components/selectTabBox/selectTabBox.vue | 63 ++++++++++++-------- 2 files changed, 53 insertions(+), 33 deletions(-) diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index 8ddaba7..0e7f770 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -50,7 +50,8 @@ 地图找房 --> -
+
发布房源 @@ -175,7 +176,7 @@ let seachList = (item) => { historyArr.data.unshift(seachAllType.keyword) } localStorage.setItem('historyArr', JSON.stringify(historyArr.data)); - sessionStorage.setItem('houseingPageType',routePath.value === '/needHousing' ? '6' : routePath.value === '/intermediaryHousing' ? '1' : routePath.value === '/personHousing' ? '0' : '0') + sessionStorage.setItem('houseingPageType', routePath.value === '/needHousing' ? '6' : routePath.value === '/intermediaryHousing' ? '1' : routePath.value === '/personHousing' ? '0' : '0') route.push({ path: '/seachPage', query: { @@ -186,7 +187,7 @@ let seachList = (item) => { } //设置搜索数据 -let setSeachConditions = (type, data,second=null) => { +let setSeachConditions = (type, data, second = null) => { if (type === 'rent') { seachAllType['rent_min'] = data.min seachAllType['rent_max'] = data.max @@ -204,8 +205,8 @@ let setSeachConditions = (type, data,second=null) => { if (type === 'location') { seachAllType.school = '' } - if(second){ - seachAllType[second.type]=second.id + if (second) { + seachAllType[second.type] = second.id } // console.log('seachAllType', seachAllType) // return @@ -286,7 +287,7 @@ defineExpose({ border-radius: 10px; } -.btn-qrcode .QR-code{ +.btn-qrcode .QR-code { position: absolute; width: 100px; height: 110px; @@ -444,6 +445,11 @@ defineExpose({ line-height: 48px; cursor: pointer; transform: translateX(-3px); + font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; + font-weight: 400; + font-style: normal; + font-size: 16px; + color: #000000; } .img { @@ -463,8 +469,9 @@ defineExpose({ margin-left: 20px; cursor: pointer; } - .mg-l-10{ - margin-left:10px; + + .mg-l-10 { + margin-left: 10px; } .tool-btn { diff --git a/src/components/selectTabBox/selectTabBox.vue b/src/components/selectTabBox/selectTabBox.vue index 75e752c..286d09f 100644 --- a/src/components/selectTabBox/selectTabBox.vue +++ b/src/components/selectTabBox/selectTabBox.vue @@ -90,7 +90,8 @@
+ :closeSeach="closeSeach" :clearList="clearSelectTabCheck" :list="selectTabCheck.data" + ref="checkBoxGroupInfo">
@@ -183,9 +184,9 @@
其他
-
+
-