修改
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
<empty-duck :hintTextTwo="'建议放宽筛选条件'"></empty-duck>
|
||||
</div>
|
||||
|
||||
<div class="bottom-tps" v-if="list.length != 0 && page == 0">- 到底了 -</div>
|
||||
|
||||
<have-questions></have-questions>
|
||||
|
||||
<!-- 页尾 -->
|
||||
@@ -149,4 +151,12 @@ const handleTransfer = (data) => {
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bottom-tps {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
text-align: center;
|
||||
padding: 30px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<img class="operate-icon" src="@/assets/img/publicImage/add-icon.svg">
|
||||
</div>
|
||||
<div class="operate-text">发布房源</div>
|
||||
<about-pop></about-pop>
|
||||
<choosing-identity></choosing-identity>
|
||||
</div>
|
||||
<template v-if="user.identity != 0">
|
||||
<img class="" src="@/assets/img/publicImage/cut-off-rule.svg">
|
||||
@@ -86,6 +86,10 @@
|
||||
<empty-duck></empty-duck>
|
||||
</div>
|
||||
|
||||
<div class="bottom-tps"
|
||||
v-if="(tabState == 'fav' && favData['list'].length != 0 && favData['page'] == 0) || (tabState == 'publish' && publishData['list'].length != 0 && publishData['page'] == 0)">
|
||||
- 到底了 -</div>
|
||||
|
||||
<!-- 有疑问 -->
|
||||
<have-questions></have-questions>
|
||||
|
||||
@@ -103,7 +107,7 @@ import haveQuestions from '@/components/public/have-questions.vue'
|
||||
import pageFooter from '@/components/footer/footer.vue'
|
||||
import publicListItem from '@/components/public/public-list-item.vue'
|
||||
import emptyDuck from '@/components/public/empty-duck.vue'
|
||||
import aboutPop from '@/components/edit/about-pop.vue'
|
||||
import choosingIdentity from '@/components/edit/choosingIdentity.vue'
|
||||
import { ref, reactive, onMounted, onUnmounted, getCurrentInstance, nextTick } from 'vue'
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
|
||||
@@ -525,4 +529,11 @@ onUnmounted(() => {
|
||||
align-items: center;
|
||||
border-radius: 16px;
|
||||
}
|
||||
.bottom-tps {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
text-align: center;
|
||||
padding: 30px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user