@@ -194,7 +194,6 @@ export default { | |||
}, | |||
// 获取列表数据 | |||
getListData() { | |||
console.log(this.$cloneDeep(this.queryParams), "this.queryParams"); | |||
if (this.cutTab == "parkServices") { | |||
this.getListApi( | |||
getParkServiceProduct, | |||
@@ -215,7 +214,6 @@ export default { | |||
// console.log(this.$cloneDeep(data),key) | |||
this[key] = data.list; | |||
this.queryParams.total = data.total; | |||
console.log(data.total, "res.total"); | |||
} else if (res.data.status === 102) { | |||
this.$router.push("/login"); | |||
} else { |
@@ -15,7 +15,7 @@ | |||
<div class="main-des"> | |||
<span class="first">最短起租:{{ item.shortestRent }}</span>| | |||
<span>总面积:{{ item.housingInformationList[0].housingArea }}m²</span>| | |||
<span>支付方式:{{ item.payment.housingArea }}</span>| | |||
<span>支付方式:{{ item.payment }}</span>| | |||
<span>{{ item.type }}</span> | |||
</div> | |||
<div class="main-advantageList" :title="item.advantageList.join('、')"> |