Просмотр исходного кода

【小昆山官网】招商载体 - 列表没有显示支付方式

master
王饶冀 2 лет назад
Родитель
Сommit
58c6b69ce6

+ 0
- 2
digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/InvestmentServiceList.vue Просмотреть файл

@@ -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 {

+ 1
- 1
digital-park-web/digital-park/src/views/investment-service/InvestmentServiceList/components/PropertyManage.vue Просмотреть файл

@@ -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('、')">

Загрузка…
Отмена
Сохранить