+ :key="i" :class="[i === 0 ? '' : 'mg-l-10']">
{{
item == 0 ? '不限' :
indexData['data'] &&
@@ -265,10 +265,10 @@
晾晒区
-
+
+ :key="i" :class="[i === 0 ? '' : 'mg-l-10']">
{{
item == 0 ? '不限' :
indexData['data'] &&
@@ -1423,13 +1423,10 @@ watch(route, () => {
let { id } = router.currentRoute.value.query
uniqid.value = id
pageType.value = housingInfo['data']['info'].intermediary === 1 ? 2 : housingInfo['data']['info'].intermediary === 6 ? 3 : 1 //1个人 2中介 3求房源
+ console.log('pageType',pageType.value)
publisherList.value = []
recommendListData.value = []
getHousingInfo()
- masonryInstance = new Masonry(gridContainer.value, {
- itemSelector: '.waterfall-box',
- gutter: 10
- });
if (pageType.value != 3) {
setTimeout(() => {
window.addEventListener('scroll', onPageSrcoll, true);
@@ -1443,7 +1440,7 @@ onMounted(() => {
uniqid.value = id
getHousingInfo()
masonryInstance = new Masonry(gridContainer.value, {
- itemSelector: '.waterfall-box',
+ itemSelector: '.item',
gutter: 10
});
if (pageType.value != 3) {
@@ -2220,7 +2217,7 @@ img {
font-size: 14px;
padding: 30px 20px;
position: relative;
- z-index: 666;
+ z-index: 333;
.detail-price-box {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;