a1300399510@qq.com 提交于 2023/04/04 -16:40:02
This commit is contained in:
parent
159d3978fc
commit
3288b1f1dd
@ -89,7 +89,7 @@
|
||||
<div class="offer-content">
|
||||
<div class="offer-content-box">
|
||||
<template v-for="(item, index) in tenementKey">
|
||||
<div class="offer-content-item flexacenter" :key="index" v-if="offerinfo[item.key]">
|
||||
<div class="offer-content-item flexacenter" :key="index" v-if="info[item.key]">
|
||||
<div class="offer-content-key" v-if="info[item.key]">{{ item.name }}</div>
|
||||
<div class="offer-content-value">{{ info[item.key] }}</div>
|
||||
</div>
|
||||
@ -289,6 +289,30 @@ export default {
|
||||
}, {
|
||||
key: "currency",
|
||||
name: "出租方式"
|
||||
},{
|
||||
key: "rent",
|
||||
name: "月租/"
|
||||
},{
|
||||
key: "property",
|
||||
name: "房屋类型"
|
||||
},{
|
||||
key: "floor",
|
||||
name: "所在楼层"
|
||||
},{
|
||||
key: "acreage",
|
||||
name: "面积(平方呎)"
|
||||
},{
|
||||
key: "acreage",
|
||||
name: "面积(平方呎)"
|
||||
},{
|
||||
key: "acreage",
|
||||
name: "面积(平方呎)"
|
||||
},{
|
||||
key: "acreage",
|
||||
name: "面积(平方呎)"
|
||||
},{
|
||||
key: "acreage",
|
||||
name: "面积(平方呎)"
|
||||
},]
|
||||
|
||||
|
||||
@ -300,13 +324,6 @@ export default {
|
||||
// <td v-text="info.rent || info.money"></td>
|
||||
// </tr>
|
||||
// <tr>
|
||||
// <th>房屋类型:</th>
|
||||
// <td v-text="info.property"></td>
|
||||
// </tr>
|
||||
// <tr>
|
||||
// <th>所在楼层:</th>
|
||||
// <td v-text="info.floor"></td>
|
||||
// </tr>
|
||||
// <tr>
|
||||
// <th>面积(平方呎):</th>
|
||||
// <td v-text="info.acreage"></td>
|
||||
@ -330,10 +347,6 @@ export default {
|
||||
// <li v-for="s in info.school">
|
||||
// <span>{{ s.name }}</span>
|
||||
// <span>{{ s.distance }}</span>
|
||||
// </li>
|
||||
// </ul>
|
||||
// </td>
|
||||
// </tr>
|
||||
// <tr>
|
||||
// <th>性别要求:</th>
|
||||
// <td v-text="info.gender"></td>
|
||||
@ -451,6 +464,9 @@ export default {
|
||||
token: this.token
|
||||
}, "tenement").then(res => {
|
||||
console.log(res, "res");
|
||||
|
||||
this.info = { ...this.info, ...res.info }
|
||||
console.log(this.info);
|
||||
})
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user