中介/个人认证跳转二维码样式修改 房源列表不限改为租期不限

This commit is contained in:
2023-08-08 14:32:38 +08:00
parent 814e003397
commit a9858985e2
6 changed files with 73 additions and 50 deletions

View File

@@ -790,7 +790,7 @@
</div>
<div class="body-maxWidth" v-if="publisherList.length > 0">
<div style="margin-top:15px;display: flex;flex-wrap: wrap;margin-bottom: 50px;width:876px">
<biserialItem v-for="(item, i) in publisherList" :detailShow="true" :key="i" :item="item">
<biserialItem v-for="(item, i) in publisherList" :detailShow="true" :key="i" :item="item" v-show="item&&item.verified">
</biserialItem>
</div>
</div>
@@ -1280,7 +1280,8 @@ let contacts = reactive({
//获取房源详情
let getHousingInfo = () => {
api.details({
uniqid: uniqid.value
uniqid: uniqid.value,
uid:store.state.user.uid
}).then(res => {
// console.log(res)
if (res.code === 200) {