去除打印
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user