接口类型修改 瀑布流替换

This commit is contained in:
2023-07-31 11:42:24 +08:00
parent a6eb45baed
commit 6793e4cd3e
9 changed files with 196 additions and 343 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="list-item" ref="list" @click="watchInfo" :class="{'s-w-100':detailShow}">
<div class="item" ref="list" @click="watchInfo" :class="{'s-w-100':detailShow}">
<img src="../../assets/homeImage/corner.svg" class="detail-tab" v-if="detailShow&&pageType==1" alt="">
<img src="../../assets/homeImage/intermediaryCorner.svg" class="detail-tab" v-if="detailShow&&pageType==2" alt="">
<div class="authentication-box dis-f al-item" v-if="data && data.data && data.data.verified == 1 && !detailShow">
@@ -245,7 +245,7 @@ img {
}
}
.list-item {
.item {
width: 590px;
background-color: rgba(255, 255, 255, 1);
border: none;

View File

@@ -1,5 +1,5 @@
<template>
<div class="waterfall-box" v-if="itemData.type !== 'adv'"
<div class="item" v-if="itemData.type !== 'adv'"
:class="{ 'waterfall-box-housing': itemData.type === 'housing' }" @click="watchInfo">
<div class="flexflex pos-r">
<div class="box-tab-type" v-if="itemData.intermediarytext">
@@ -184,7 +184,7 @@ let watchAdv = () => {
border-radius: 16px 16px 35px 16px !important;
}
.waterfall-box {
.item {
width: 285px;
background: inherit;
background-color: rgba(255, 255, 255, 1);