中介/个人认证跳转二维码样式修改 房源列表不限改为租期不限
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user