去除打印

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

@@ -1271,7 +1271,6 @@ let setNavigation = () => {
}
}
}
// console.log(111, store.state.routeList)
}
//中介数据
let contacts = reactive({
@@ -1284,7 +1283,7 @@ let getHousingInfo = () => {
api.details({
uniqid: uniqid.value
}).then(res => {
console.log(res)
// console.log(res)
if (res.code === 200) {
housingInfo['data'] = res.data
pageType.value = housingInfo['data']['info'].intermediary === 1 ? 2 : housingInfo['data']['info'].intermediary === 6 ? 3 : 1 //1个人 2中介 3求房源
@@ -1320,7 +1319,7 @@ let setOperation = () => {
api.operation({
token: housingInfo['data'].token
}).then(res => {
console.log(res)
// console.log(res)
if (res.code === 200) {
housingInfo['data'].info.count_fav = res.data.count
housingInfo['data'].isfav = res.data.status
@@ -1409,7 +1408,7 @@ let recommendList = () => {
pagevalue: pagevalue.value,
token: housingInfo['data'].token
}).then(res => {
console.log(res)
// console.log(res)
if (res.code === 200) {
if (res.data.data && res.data.data.length >= 30) {
loadMore.value = true
@@ -1450,7 +1449,7 @@ let getPublisherList = () => {
limit: 30,
token: housingInfo['data'].token
}).then(res => {
console.log(res)
// console.log(res)
if (res.code === 200) {
if (res.data.length >= 30) {
loadMore.value = true