去除打印

This commit is contained in:
2023-08-04 11:13:19 +08:00
parent 87e6fdf8e9
commit ccb8845245
10 changed files with 14 additions and 68 deletions

View File

@@ -253,7 +253,6 @@ isNeedHousing.value = route.currentRoute.value.query.isNeedHousing === 'true'
//判断当前是什么页面
let houseingPageType = sessionStorage.getItem('houseingPageType')
// console.log('houseingPageType',houseingPageType)
let type = houseingPageType === '0' ? 'person' : houseingPageType === '1' ? 'intermediary' : houseingPageType === '6' ? 'need' : 'apartment'
tabType.value = type
@@ -262,7 +261,6 @@ tabType.value = type
let checkPageType = () => {
// houseingPageType 0个人 1中介 6求房源
let type = houseingPageType === '0' ? 'person' : houseingPageType === '1' ? 'intermediary' : houseingPageType === '6' ? 'need' : 'apartment'
// console.log('type',type)
tabType.value = type
seachAllType['tabType'] = type
if (type === 'person') {
@@ -310,7 +308,6 @@ let setSeachVal = () => {
//设置搜索数据
let setSeachConditions = (type, data) => {
// console.log(1,seachAllType)
if (seachAllType['tabType'] !== 'apartment') {
if (type === 'rent') {
seachAllType['rent_min'] = data.min
@@ -355,8 +352,6 @@ let setSeachConditions = (type, data) => {
seachAllType['isverified'] = 0
seachAllType['isintermediary'] = 0
}
// console.log('seachAllType', seachAllType)
// return
getDataList(seachAllType)
}
@@ -450,8 +445,6 @@ let getLocationData = (data) => {
//更新当前数据数量
let setListCount = (item, num) => {
// console.log(item, num)
// console.log(seachKey.key)
if (item.tabType === "intermediary") {
seachKey.key['intermediary']['count'] = num
} else if (item.tabType === "person") {