| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588 |
- <template>
- <div class="home-pages">
- <!-- 头部 -->
- <div class="home-head" @mouseleave="leaveClassify">
- <div class="classify" :class="classifyShow ? 'classify-show' : ''">
- <div
- class="classify-list"
- v-for="(item, index) in classifyList"
- :class="item.id == classifyId && classifyShow ? 'classify-hig' : ''"
- :key="index"
- @mouseenter="enterClassify(item)"
- v-show="classifyShow ? true : Number(index) < 13"
- >
- <div class="label ellipsis" @click="onPath('/search?type=1&topCategoryId=' + item.id)">{{ item.label }}</div>
- <div class="info info1 ellipsis" v-if="item.extra && item.extra.oneLable1">{{ item.extra.oneLable1 }}</div>
- <div class="info ellipsis" v-if="item.extra && item.extra.oneLable2">{{ item.extra.oneLable2 }}</div>
- <div class="classify-border" v-if="item.id == classifyId && classifyShow"></div>
- </div>
- </div>
- <div class="classify-bos" v-if="classifyShow">
- <div v-for="(item, index) in classifyInfo" :key="index" class="classify-item" @click="onPath('/search?type=2&middleCategoryId=' + item.id)">
- <div class="two-level ellipsis">{{ item.label || '' }}</div>
- <el-icon class="classify-icon" :size="14" color="#364153">
- <ArrowRight />
- </el-icon>
- <div class="classify-label">
- <div v-for="(item1, index1) in item.children" :key="index1" @click="onPath('/search?type=3&bottomCategoryId=' + item1.id)">
- {{ item1.label || '' }}
- </div>
- </div>
- </div>
- </div>
- <div class="head-bos">
- <div class="carousel">
- <el-carousel trigger="click" height="407px">
- <el-carousel-item v-for="item in carouselList" :key="item">
- <img :src="item.imageUrl" alt="" />
- </el-carousel-item>
- </el-carousel>
- </div>
- <div class="head-box">
- <div v-for="(item, index) in AdList" :key="index" class="head-item" @click="onPath('/plan?id=' + item.id)">
- <img :src="item.imageUrl" alt="" />
- </div>
- </div>
- </div>
- <!-- 右边 -->
- <div class="head-right">
- <div v-if="userInfo.userId" class="order-bos flex-column-between">
- <div class="flex-row-start">
- <img src="@/assets/images/logo2.png" alt="" />
- <div class="ellipsis">{{ userInfo.nickName }}</div>
- </div>
- <div class="flex-row-start">
- <div class="flex-1 flex-column-center">
- <div>待付款</div>
- <div class="order-num">{{ countData.pendingPaymentCount }}</div>
- </div>
- <div class="flex-1 flex-column-center">
- <div>待发货</div>
- <div class="order-num">{{ countData.pendingShipmentCount }}</div>
- </div>
- <div class="flex-1 flex-column-center">
- <div>待收货</div>
- <div class="order-num">{{ countData.pendingReceiptCount }}</div>
- </div>
- </div>
- </div>
- <div class="login-bos" v-else>
- <div class="login-box">
- <img src="@/assets/images/logo2.png" alt="" />
- <div>
- <div class="login1">您好,欢迎来到优易达</div>
- <div class="login2">请先登录</div>
- </div>
- </div>
- <div class="loginBtn-bos flex-row-center">
- <div @click="onPath('/login')" class="login-bnt1 flex-row-center">登录</div>
- <div @click="onPath('/breg')" class="login-bnt2 flex-row-center">注册</div>
- </div>
- </div>
- <!-- <div class="login-bos">
- <div class="login-box">
- <img :src="userInfo.avatar ? userInfo.avatar : profile" alt="" />
- <div>
- <div class="login1">您好,欢迎来到优易达</div>
- <div class="login2">{{ userInfo.nickName ? userInfo.nickName : '请先登录' }}</div>
- </div>
- </div>
- <div class="login-btn">
- <el-button v-if="!userInfo.nickName" type="primary" round size="small" style="width: 64px" @click="onPath('/login')">登录</el-button>
- <el-button v-if="!userInfo.nickName" type="primary" plain round size="small" style="width: 64px">注册</el-button>
- <el-button v-if="userInfo.nickName" type="primary" plain round size="small" style="width: 64px" @click="onlogout()">退出</el-button>
- </div>
- </div> -->
- <div class="real-time">
- <div class="real-title flex-row-between">
- <div class="real1">优易资讯</div>
- <div class="real2 flex-row-start">
- <!-- <div>更多</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon> -->
- </div>
- </div>
- <template v-for="(item, index) in realList" :key="index">
- <div @click="onPath('/solve/real?id=' + item.id)" class="real-list ellipsis" v-if="Number(index) < 7">{{ item.announcementTitle }}</div>
- </template>
- </div>
- <div class="interests">
- <div class="interests-title">企业会员权益</div>
- <div class="interests-bos">
- <div v-for="(item, index) in interestsList" :key="index" class="interests-item flex-column-center">
- <img :src="item.imageUrl" alt="" />
- <div>{{ item.title }}</div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 热门方案 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ hotTitle.title }}</span>
- <span class="title2">{{ hotTitle.subtitle }}</span>
- </div>
- <div class="title-more flex-row-start" @click="onPath(hotTitle.linkUrl ? hotTitle.linkUrl : '/plan')">
- <div style="margin-right: 5px">{{ hotTitle.linkWord }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <div class="hot-bos">
- <template v-for="(item, index) in hotList" :key="index">
- <div class="hot-list flex-column-center" v-if="Number(index) < 4" @click="onPath('/plan_info?id=' + item.id)">
- <div class="hot1">{{ item.advertTitle }}</div>
- <div class="hot2">{{ item.advertBrief }}</div>
- <img :src="item.coverImage" alt="" />
- </div>
- </template>
- </div>
- <!-- 场景采购 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ sceneTitle.title }}</span>
- <span class="title2">{{ sceneTitle.subtitle }}</span>
- </div>
- <div class="title-more flex-row-start" @click="onPath(sceneTitle.linkUrl ? sceneTitle.linkUrl : '/plan/procure')">
- <div style="margin-right: 5px">{{ sceneTitle.linkWord }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <div class="scene-bos">
- <template v-for="(item, index) in sceneList" :key="index">
- <div class="scene-list" v-if="Number(index) < 5" @click="onPath('/plan_info?id=' + item.id)">
- <div class="scene-box">
- <!-- <div class="scene1">{{ item.advertTitle }}</div>
- <div class="scene2">{{ item.advertBrief }}</div> -->
- </div>
- <img :src="item.coverImage" alt="" />
- </div>
- </template>
- </div>
- <!-- 大牌推荐 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ bigbrandTitle.title }}</span>
- <span class="title2">{{ bigbrandTitle.subtitle }}</span>
- </div>
- <div class="title-more flex-row-start" @click="onPath(hotTitle.linkUrl ? hotTitle.linkUrl : '/search/brand')">
- <div style="margin-right: 5px">{{ bigbrandTitle.linkWord }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <div class="big-brand">
- <img class="bigBrand-one" :src="bigbrandOne.coverImage" alt="" />
- <div class="bigBrand-bos">
- <template v-for="(item, index) in bigbrandList" :key="index">
- <div class="bigBrand-list" v-if="Number(index) < 10">
- <img :src="item.brandLogo" alt="" />
- <div class="bigBrand1">{{ item.brandName || '' }}</div>
- <div class="bigBrand2">
- {{ item.advertBrief || '' }}
- </div>
- </div>
- </template>
- </div>
- </div>
- <!-- 行家精选 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ expertTitle.title }}</span>
- <span class="title2">{{ expertTitle.subtitle }}</span>
- </div>
- <div class="title-more flex-row-start" @click="onPath(hotTitle.linkUrl ? hotTitle.linkUrl : '/search/special')">
- <div style="margin-right: 5px">{{ expertTitle.linkWord }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <div class="expert-bos">
- <template v-for="(item, index) in expertList" :key="index">
- <div class="expert-list" v-if="Number(index) < 5" @click="onPath('/item?id=' + item.id)">
- <img :src="item.productImage" alt="" />
- <div class="itemName ellipsis">{{ item.itemName || '' }}</div>
- <div class="price">
- <span class="memberPrice">¥{{ item.memberPrice }}</span>
- <span class="marketPrice">¥{{ item.marketPrice }}</span>
- </div>
- </div>
- </template>
- </div>
- <!-- 采购指南 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ procureTitle.title }}</span>
- <span class="title2">{{ procureTitle.subtitle }}</span>
- </div>
- <div class="title-more flex-row-start" @click="onPath(hotTitle.linkUrl ? hotTitle.linkUrl : '/plan/guide')">
- <div style="margin-right: 5px">{{ procureTitle.linkWord }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <div class="procure-bos">
- <template v-for="(item, index) in procureList" :key="index">
- <div class="procure-list" v-if="Number(index) < 3">
- <img :src="item.coverImage" alt="" />
- <div class="procure1">{{ item.title || '' }}</div>
- <div class="procure2">{{ item.subtitle || '' }}</div>
- </div>
- </template>
- </div>
- <!-- 循环-商品 -->
- <div v-for="(item1, index1) in homeList" :key="index1">
- <!-- 头部 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ item1.floorName }}</span>
- <span class="title2">{{ item1.floorDescribe }}</span>
- </div>
- <div class="title-more flex-row-start">
- <div style="margin-right: 5px">{{ item1.floorLabel }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <!-- 商品 -->
- <div class="goods-bos" v-if="item1.imgOne">
- <img class="goods-img" :src="item1.imgOne.advertiseImage" alt="" />
- <div class="home1-bos" v-if="item1.home1List && item1.home1List.length > 0">
- <div class="floorName">{{ item1.floorName }}</div>
- <div v-for="(item2, index2) in item1.home1List" :key="index2" class="home1-list">
- <img :src="item2.advertiseImage" alt="" />
- <div style="flex: 1; width: 0">
- <div class="advertiseName">{{ item2.advertiseName }}</div>
- <div class="advertiseDescribe ellipsis">{{ item2.advertiseDescribe }}</div>
- </div>
- </div>
- </div>
- <div class="home2-bos" v-if="item1.home2List && item1.home2List.length > 0">
- <div>
- <div class="floorName">发现</div>
- <div class="home2-box">
- <div v-for="(item2, index2) in item1.home2List" :key="index2" class="home2-list">
- <div style="flex: 1; width: 0">
- <div class="advertiseName ellipsis">{{ item2.advertiseName }}</div>
- <div class="advertiseDescribe ellipsis">{{ item2.advertiseDescribe }}</div>
- <el-button class="bnt" type="primary" size="small">立即进入</el-button>
- </div>
- <img :src="item2.advertiseImage" alt="" />
- </div>
- </div>
- </div>
- <div class="home2-two" v-if="item1.infoTwo">
- <div class="advertiseName">{{ item1.infoTwo.advertiseName }}</div>
- <div class="advertiseDescribe">{{ item1.infoTwo.advertiseDescribe }}</div>
- <img :src="item1.infoTwo.advertiseImage" alt="" />
- </div>
- </div>
- </div>
- <div class="shop-bos">
- <div class="shop-nav">
- <div class="nav-title">采购导航</div>
- <div class="nav-bos">
- <div v-for="(item2, index2) in item1.navList" :key="index2" class="nav-list flex-row-center" :class="index2 == 0 ? 'hig' : ''">
- {{ item2.labelName }}
- </div>
- </div>
- </div>
- <template v-for="(item2, index2) in item1.shopList" :key="index2">
- <div class="shop-list" v-if="Number(index2) < 4" @click="onInfo(item2)">
- <img :src="item2.productImage" alt="" />
- <div class="itemName ellipsis2">{{ item2.itemName }}</div>
- <div class="price">
- <span class="memberPrice">¥{{ item2.memberPrice }}</span>
- <span class="marketPrice">¥{{ item2.marketPrice }}</span>
- </div>
- </div>
- </template>
- </div>
- </div>
- <!-- 项目案例 -->
- <div class="home-title flex-row-between">
- <div>
- <span class="title1">{{ projectTitle.title }}</span>
- <span class="title2">{{ projectTitle.subtitle }}</span>
- </div>
- <div class="title-more flex-row-start" @click="onPath(projectTitle.linkUrl ? projectTitle.linkUrl : '/plan/project')">
- <div style="margin-right: 5px">{{ projectTitle.linkWord }}</div>
- <el-icon :size="13" color="#83899F">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- <div class="project-bos">
- <template v-for="(item, index) in projectList" :key="index">
- <div class="project-list" v-if="Number(index) < 3">
- <img :src="item.uploadProgram" alt="" />
- <div class="project-box">
- <div class="project1">{{ item.caseTitle || '' }}</div>
- <div class="project2">
- {{ item.projectBrief || '' }}
- </div>
- <div class="project-more flex-row-between">
- <div></div>
- <div class="flex-row-start">
- <div style="margin-right: 5px">了解详情</div>
- <el-icon :size="14" color="#E7000B">
- <ArrowRight />
- </el-icon>
- </div>
- </div>
- </div>
- </div>
- </template>
- </div>
- </div>
- </template>
- <script setup lang="ts">
- import profile from '@/assets/images/profile.jpg';
- import { onPath } from '@/utils/siteConfig';
- import { getToken } from '@/utils/auth';
- import { getInfo } from '@/api/login';
- import { getPlatformIndexDiyPcPage } from '@/api/home/diy';
- import {
- getProductCategoryTree,
- getHomeAdList,
- getYouYiZiXunPage,
- getEnterpriseMemberEquityList,
- getHomeThreeAdList,
- getHotSchemeTitle,
- getHotSchemeList,
- getScenePurchaseTitle,
- getScenePurchaseList,
- getPlatformFlashSaleTitle,
- getPlatformFlashSaleList,
- getPlatformFlashSaleBrand,
- getExpertSelectionTitle,
- getProcurementTopicsList,
- getPurchaseGuideTitle,
- getExpertSelectionList,
- getClassificationFloorList,
- getClassificationFloorDetail,
- getClassificationFloorLabel,
- getClassificationFloorDetail2,
- getProjectCaseTitle,
- getProjectCaseList,
- countOrder
- } from '@/api/home/index';
- import Cookies from 'js-cookie';
- const userInfo = ref<any>({});
- const classifyList = ref<any>([]);
- const classifyShow = ref<any>(false);
- const classifyId = ref<any>('');
- const classifyInfo = ref<any>([]);
- const carouselList = ref<any>([]);
- const realList = ref<any>([]);
- const interestsList = ref<any>([]);
- const AdList = ref<any>([]);
- const hotTitle = ref<any>('');
- const hotList = ref<any>([]);
- const sceneTitle = ref<any>('');
- const sceneList = ref<any>([]);
- const expertTitle = ref<any>('');
- const expertList = ref<any>([]);
- const procureTitle = ref<any>('');
- const procureList = ref<any>([]);
- const projectTitle = ref<any>('');
- const projectList = ref<any>([]);
- const bigbrandTitle = ref<any>('');
- const bigbrandList = ref<any>([]);
- const bigbrandOne = ref<any>({});
- const countData = ref<any>({});
- const homeList = ref<any>([]);
- const router = useRouter();
- getPlatformIndexDiyPcPage({}).then((res) => {
- if (res.code == 200) {
- }
- });
- onMounted(() => {
- const token = Cookies.get('Authorization');
- if (token) {
- getInfo().then((res) => {
- if (res.code == 200) {
- userInfo.value = res.data.user;
- countOrder({}).then((res1) => {
- if (res1.code == 200) {
- countData.value = res1.data;
- }
- });
- }
- });
- }
- });
- //移入分类
- const enterClassify = (res: any) => {
- classifyShow.value = true;
- classifyId.value = res.id;
- classifyInfo.value = res.children;
- };
- //移出分类
- const leaveClassify = () => {
- classifyShow.value = false;
- };
- //头部分类
- import { categoryStore } from '@/store/modules/category';
- const categoryStoreStore = categoryStore();
- onMounted(async () => {
- try {
- // 根据当前路由路径获取分类数据
- classifyList.value = await categoryStoreStore.fetchCategories('/index');
- } catch (error) {
- console.error('获取分类失败:', error);
- }
- });
- //头部轮播
- getHomeAdList({}).then((res) => {
- if (res.code == 200) {
- carouselList.value = res.data;
- }
- });
- //头部优易资讯
- getYouYiZiXunPage({}).then((res) => {
- if (res.code == 200) {
- realList.value = res.data;
- }
- });
- //头部会员权益
- getEnterpriseMemberEquityList({}).then((res) => {
- if (res.code == 200) {
- interestsList.value = res.data;
- }
- });
- //首页三联广告(平台装修-楼层广告-首页三联广告)
- getHomeThreeAdList({}).then((res) => {
- if (res.code == 200) {
- AdList.value = res.data;
- }
- });
- //热门方案标题
- getHotSchemeTitle({}).then((res) => {
- if (res.code == 200) {
- hotTitle.value = res.data;
- }
- });
- //热门方案列表
- getHotSchemeList({}).then((res) => {
- if (res.code == 200) {
- hotList.value = res.data;
- }
- });
- //场景采购标题
- getScenePurchaseTitle({}).then((res) => {
- if (res.code == 200) {
- sceneTitle.value = res.data;
- }
- });
- //场景采购列表
- getScenePurchaseList({}).then((res) => {
- if (res.code == 200) {
- sceneList.value = res.data;
- }
- });
- //大牌推荐标题(平台闪购标题)
- getPlatformFlashSaleTitle({}).then((res) => {
- if (res.code == 200) {
- bigbrandTitle.value = res.data;
- }
- });
- //大牌推荐列表(平台闪购列表)
- getPlatformFlashSaleList({}).then((res) => {
- if (res.code == 200) {
- if (res.data.length > 0) {
- bigbrandOne.value = res.data[0];
- // bigbrandList.value = res.data.slice(1);
- }
- }
- });
- //大牌推荐列表(平台闪购列表)-右
- getPlatformFlashSaleBrand({}).then((res) => {
- if (res.code == 200) {
- if (res.data.length > 0) {
- bigbrandList.value = res.data;
- }
- }
- });
- //行家精选标题
- getExpertSelectionTitle({}).then((res) => {
- if (res.code == 200) {
- expertTitle.value = res.data;
- }
- });
- //行家精选列表
- getExpertSelectionList({}).then((res) => {
- if (res.code == 200) {
- expertList.value = res.data;
- }
- });
- //采购指南标题
- getPurchaseGuideTitle({}).then((res) => {
- if (res.code == 200) {
- procureTitle.value = res.data;
- }
- });
- //采购指南列表
- getProcurementTopicsList({}).then((res) => {
- if (res.code == 200) {
- procureList.value = res.data;
- console.log(res.data);
- }
- });
- //项目案例标题(平台装修-项目案例)
- getProjectCaseTitle({}).then((res) => {
- if (res.code == 200) {
- projectTitle.value = res.data;
- }
- });
- //项目案例列表(平台装修-项目案例)
- getProjectCaseList({}).then((res) => {
- if (res.code == 200) {
- projectList.value = res.data;
- }
- });
- //外面循环
- getClassificationFloorList({}).then(async (res) => {
- if (res.code == 200) {
- for (const item of res.data) {
- try {
- const datas1 = await getClassificationFloorDetail(item.floorNo);
- if (datas1.code == 200) {
- if (datas1.data.length > 0) {
- item.imgOne = datas1.data[0];
- if (datas1.data.length > 1) {
- item.home1List = datas1.data.slice(1, 4);
- }
- if (datas1.data.length > 4) {
- item.home2List = datas1.data.slice(4, 6);
- }
- if (datas1.data.length > 6) {
- item.infoTwo = datas1.data[6];
- }
- }
- }
- const datas2 = await getClassificationFloorLabel(item.floorNo);
- if (datas2.code == 200) {
- item.navList = datas2.data;
- }
- const datas3 = await getClassificationFloorDetail2(item.floorNo);
- if (datas2.code == 200) {
- item.shopList = datas3.data;
- }
- } catch (error) {}
- }
- homeList.value = res.data;
- console.log(homeList.value);
- }
- });
- const onInfo = (res: any) => {
- router.push('/shop/info?id=' + res.id);
- };
- import { useUserStore } from '@/store/modules/user';
- const onlogout = () => {
- useUserStore()
- .logout()
- .then(() => {
- onPath('/login');
- });
- };
- </script>
- <style lang="scss" scoped>
- .home-pages {
- width: 1200px;
- margin: 0 auto;
- // 头部
- .home-head {
- width: 1200px;
- position: relative;
- display: flex;
- gap: 0px 10px;
- margin-top: 10px;
- .classify {
- width: 234px;
- height: 540px;
- background: #ffffff;
- &.classify-show {
- position: absolute;
- z-index: 10;
- height: auto;
- min-height: 540px;
- }
- .classify-list {
- width: 100%;
- height: 40px;
- cursor: pointer;
- display: flex;
- align-items: center;
- padding-left: 15px;
- position: relative;
- &.classify-hig {
- border: 1px solid var(--el-color-primary);
- border-right: 0px solid var(--el-color-primary);
- }
- .label {
- max-width: 100px;
- font-weight: 600;
- font-size: 14px;
- color: #101828;
- white-space: nowrap;
- margin-right: 10px;
- &:hover {
- color: var(--el-color-primary);
- }
- }
- .info {
- max-width: 50px;
- font-size: 12px;
- color: #364153;
- white-space: nowrap;
- &.info1 {
- margin-right: 6px;
- }
- &:hover {
- color: var(--el-color-primary);
- }
- }
- .classify-border {
- position: absolute;
- right: -1px;
- top: 0px;
- width: 1px;
- height: 38px;
- background-color: #ffffff;
- z-index: 2;
- }
- }
- }
- .classify-bos {
- position: absolute;
- top: 0;
- right: 0;
- width: 966px;
- height: 100%;
- border: 1px solid var(--el-color-primary);
- background-color: #ffffff;
- overflow-y: auto;
- padding-left: 30px;
- z-index: 10;
- .classify-item {
- display: flex;
- padding-top: 10px;
- border-bottom: 1px solid #e5e7eb;
- .two-level {
- width: 90px;
- font-size: 14px;
- color: var(--el-color-primary);
- cursor: pointer;
- }
- .classify-icon {
- margin: 4px 15px 0 15px;
- }
- .classify-label {
- display: flex;
- flex-wrap: wrap;
- flex: 1;
- font-size: 14px;
- color: #364153;
- div {
- margin-right: 20px;
- margin-bottom: 10px;
- cursor: pointer;
- &:hover {
- color: var(--el-color-primary);
- }
- }
- }
- }
- }
- // 头部中间
- .head-bos {
- flex: 1;
- .carousel {
- width: 100%;
- height: 407px;
- background: #ffffff;
- img {
- width: 100%;
- height: 407px;
- }
- }
- .head-box {
- width: 100%;
- height: 122px;
- margin-top: 10px;
- display: flex;
- gap: 0 10px;
- .head-item {
- flex: 1;
- background-color: #ffffff;
- height: 122px;
- display: flex;
- // padding-left: 20px;
- align-items: center;
- cursor: pointer;
- border-radius: 5px;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- // width: 84px;
- // height: 84px;
- // margin-right: 10px;
- // border-radius: 10px;
- }
- .head-title {
- .head1 {
- font-weight: 550;
- font-size: 22px;
- color: #101828;
- }
- .head2 {
- width: 76px;
- height: 21px;
- border-radius: 34px;
- border: 1px solid #000000;
- font-size: 12px;
- color: #000000;
- margin-top: 6px;
- }
- }
- }
- }
- }
- //右边
- .head-right {
- width: 230px;
- height: 540px;
- background: #ffffff;
- display: flex;
- flex-direction: column;
- .login-bos {
- width: calc(100% - 20px);
- height: 110px;
- border-bottom: 1px solid #e5e7eb;
- margin: 0 10px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding: 16px 0;
- .login-box {
- display: flex;
- align-items: center;
- img {
- width: 40px;
- height: 40px;
- margin-right: 8px;
- border-radius: 40px;
- }
- .login1 {
- font-size: 13px;
- color: #444444;
- }
- .login2 {
- margin-top: 2px;
- font-size: 12px;
- color: #6a7282;
- }
- }
- .loginBtn-bos {
- width: 100%;
- .login-bnt1 {
- width: 64px;
- height: 24px;
- background-color: #e7000b;
- color: #ffffff;
- border-radius: 24px;
- font-size: 12px;
- cursor: pointer;
- }
- .login-bnt2 {
- width: 64px;
- height: 24px;
- border: 1px solid #e7000b;
- color: #e7000b;
- border-radius: 24px;
- font-size: 12px;
- margin-left: 10px;
- cursor: pointer;
- }
- }
- }
- // .login-bos {
- // width: calc(100% - 20px);
- // height: 110px;
- // border-bottom: 1px solid #e5e7eb;
- // margin: 0 10px;
- // display: flex;
- // flex-direction: column;
- // justify-content: space-between;
- // padding: 16px 0;
- // .login-box {
- // display: flex;
- // align-items: center;
- // img {
- // width: 40px;
- // height: 40px;
- // margin-right: 8px;
- // border-radius: 40px;
- // }
- // .login-btn {
- // width: 100%;
- // }
- // .login1 {
- // font-size: 13px;
- // color: #444444;
- // }
- // .login2 {
- // margin-top: 2px;
- // font-size: 12px;
- // color: #6a7282;
- // }
- // }
- // }
- .order-bos {
- width: calc(100% - 20px);
- height: 110px;
- font-size: 14px;
- padding: 16px 0;
- border-bottom: 1px solid #e5e7eb;
- margin: 0 10px;
- img {
- width: 28px;
- height: 28px;
- }
- .order-num {
- color: #e7000b;
- font-size: 14px;
- margin-top: 2px;
- }
- }
- .real-time {
- width: calc(100% - 20px);
- height: 227px;
- border-bottom: 1px solid #e5e7eb;
- margin: 0 10px;
- padding-top: 15px;
- .real-title {
- position: relative;
- margin-bottom: 12px;
- &::after {
- content: '';
- top: 3px;
- left: 0;
- position: absolute;
- width: 4px;
- height: 14px;
- background: var(--el-color-primary);
- }
- .real1 {
- font-weight: 600;
- font-size: 14px;
- color: #1d2129;
- padding-left: 15px;
- }
- .real2 {
- font-size: 13px;
- color: #83899f;
- cursor: pointer;
- }
- }
- .real-list {
- width: 100%;
- font-size: 12px;
- color: #1d2129;
- margin-bottom: 12px;
- cursor: pointer;
- &:hover {
- color: var(--el-color-primary);
- }
- }
- }
- .interests {
- flex: 1;
- width: calc(100% - 20px);
- margin: 0 10px;
- padding-top: 15px;
- .interests-title {
- position: relative;
- font-weight: 600;
- font-size: 14px;
- color: #1d2129;
- padding-left: 15px;
- &::after {
- content: '';
- top: 3px;
- left: 0;
- position: absolute;
- width: 4px;
- height: 14px;
- background: var(--el-color-primary);
- }
- }
- .interests-bos {
- display: flex;
- flex-wrap: wrap;
- .interests-item {
- width: 33.333%;
- font-size: 12px;
- color: #101828;
- margin-top: 15px;
- cursor: pointer;
- &:hover {
- color: var(--el-color-primary);
- }
- img {
- width: 34px;
- height: 34px;
- margin-bottom: 7px;
- }
- }
- }
- }
- }
- }
- //标题
- .home-title {
- width: 1200px;
- height: 56px;
- background: #ffffff;
- margin-top: 15px;
- padding: 0 20px;
- .title1 {
- font-weight: 600;
- font-size: 20px;
- color: #101828;
- }
- .title2 {
- font-size: 14px;
- color: #364153;
- margin-left: 10px;
- }
- .title-more {
- font-size: 14px;
- color: #364153;
- cursor: pointer;
- &:hover {
- color: var(--el-color-primary);
- }
- }
- }
- //热门方案
- .hot-bos {
- height: 176px;
- width: 1200px;
- display: flex;
- gap: 0 18px;
- margin-top: 12px;
- .hot-list {
- flex: 1;
- height: 176px;
- background: #ffffff;
- border-radius: 10px 10px 10px 10px;
- cursor: pointer;
- .hot1 {
- font-weight: 600;
- font-size: 16px;
- color: #101828;
- }
- .hot2 {
- font-size: 14px;
- color: #364153;
- margin: 2px 0 14px 0;
- }
- img {
- width: 80px;
- height: 80px;
- }
- }
- }
- // 场景采购
- .scene-bos {
- height: 304px;
- width: 1200px;
- display: flex;
- gap: 0 18px;
- margin-top: 12px;
- .scene-list {
- flex: 1;
- height: 304px;
- background: #ffffff;
- position: relative;
- cursor: pointer;
- .scene-box {
- padding-top: 35px;
- position: absolute;
- z-index: 2;
- width: 100%;
- .scene1 {
- font-weight: 600;
- font-size: 30px;
- color: #ffffff;
- text-align: center;
- width: 100%;
- }
- .scene2 {
- font-size: 17px;
- color: #ffffff;
- text-align: center;
- width: 100%;
- margin-top: 4px;
- }
- }
- img {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background-color: #f4f4f4;
- }
- }
- }
- // 大牌推荐
- .big-brand {
- height: 334px;
- width: 1200px;
- margin-top: 12px;
- display: flex;
- .bigBrand-one {
- width: 233px;
- height: 334px;
- margin-right: 10px;
- }
- .bigBrand-bos {
- flex: 1;
- width: 0;
- display: flex;
- flex-wrap: wrap;
- gap: 10px;
- .bigBrand-list {
- width: 183.4px;
- height: 162px;
- background: #ffffff;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 32px 20px 0 20px;
- img {
- width: 152px;
- height: 29px;
- }
- .bigBrand1 {
- font-weight: 600;
- font-size: 14px;
- color: #101828;
- margin: 10px 0 4px 0;
- }
- .bigBrand2 {
- font-weight: 400;
- font-size: 12px;
- color: #364153;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- /* 添加标准属性 */
- -webkit-box-orient: vertical;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- }
- }
- // 行家精选
- .expert-bos {
- width: 1200px;
- display: flex;
- margin-top: 12px;
- .expert-list {
- width: 230px;
- height: 306px;
- background: #ffffff;
- margin-left: 12.5px;
- padding: 20px;
- cursor: pointer;
- &:first-child {
- margin-left: 0;
- }
- img {
- width: 100%;
- height: 190px;
- }
- .itemName {
- font-weight: 400;
- font-size: 14px;
- color: #101828;
- margin: 27px 0 2px 0;
- }
- .price {
- .memberPrice {
- color: var(--el-color-primary);
- font-size: 16px;
- color: #e7000b;
- }
- .marketPrice {
- font-size: 12px;
- color: #99a1af;
- line-height: 20px;
- text-decoration-line: line-through;
- text-transform: none;
- margin-left: 6px;
- }
- }
- }
- }
- // 采购指南
- .procure-bos {
- display: flex;
- width: 1200px;
- margin-top: 12px;
- gap: 0 15px;
- .procure-list {
- width: 390px;
- height: 268px;
- background: #ffffff;
- cursor: pointer;
- img {
- width: 390px;
- height: 200px;
- }
- .procure1 {
- padding: 12px 0 4px 20px;
- font-weight: 600;
- font-size: 14px;
- color: #101828;
- }
- .procure2 {
- padding-left: 20px;
- font-size: 12px;
- color: #364153;
- }
- }
- }
- //循环-商品
- .goods-bos {
- height: 340px;
- width: 1200px;
- margin-top: 14px;
- display: flex;
- .goods-img {
- width: 230px;
- height: 340px;
- cursor: pointer;
- }
- .home1-bos {
- width: 476px;
- height: 340px;
- background: #ffffff;
- margin-left: 10px;
- padding: 18px 20px 0 20px;
- display: flex;
- flex-direction: column;
- .floorName {
- font-weight: 600;
- font-size: 16px;
- color: #101828;
- }
- .home1-list {
- flex: 1;
- display: flex;
- border-bottom: 1px solid #e5e7eb;
- align-items: center;
- cursor: pointer;
- .advertiseName {
- font-weight: 600;
- font-size: 14px;
- color: #101828;
- }
- .advertiseDescribe {
- font-weight: 400;
- font-size: 12px;
- color: #364153;
- margin-top: 4px;
- }
- img {
- width: 72px;
- height: 72px;
- margin-right: 10px;
- }
- &:last-child {
- border-bottom: none;
- }
- }
- }
- .home2-bos {
- width: 474px;
- margin-left: 10px;
- height: 340px;
- background: #ffffff;
- padding: 18px 20px 0 20px;
- display: flex;
- justify-content: space-between;
- .floorName {
- font-weight: 600;
- font-size: 16px;
- color: #101828;
- }
- .home2-box {
- width: 249px;
- .home2-list {
- width: 249px;
- height: 130px;
- border: 1px solid #e5e7eb;
- margin-top: 13px;
- display: flex;
- align-items: center;
- padding: 0 10px;
- cursor: pointer;
- .advertiseName {
- font-weight: 600;
- font-size: 14px;
- color: #101828;
- }
- .advertiseDescribe {
- font-size: 12px;
- color: #364153;
- margin: 4px 0 10px 0;
- }
- .bnt {
- width: 68px;
- height: 24px;
- }
- img {
- width: 72px;
- height: 72px;
- margin-left: 10px;
- }
- }
- }
- .home2-two {
- width: 177px;
- height: 273px;
- border-radius: 0px 0px 0px 0px;
- border: 1px solid #e5e7eb;
- margin-top: 34px;
- padding: 26px 10px;
- cursor: pointer;
- .advertiseName {
- font-weight: 600;
- font-size: 14px;
- color: #101828;
- }
- .advertiseDescribe {
- font-size: 12px;
- color: #364153;
- margin: 4px 0 30px 0;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- /* 添加标准属性 */
- -webkit-box-orient: vertical;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- img {
- width: 123px;
- height: 122px;
- margin: 0 17px;
- }
- }
- }
- }
- .shop-bos {
- display: flex;
- margin-top: 14px;
- .shop-nav {
- width: 230px;
- height: 306px;
- background: #ffffff;
- padding: 16px;
- .nav-title {
- font-weight: 600;
- font-size: 16px;
- color: #101828;
- margin-bottom: 10px;
- }
- .nav-bos {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- .nav-list {
- width: 94px;
- height: 32px;
- background: #f4f4f4;
- border-radius: 4px 4px 4px 4px;
- font-size: 14px;
- color: #101828;
- margin-bottom: 10px;
- cursor: pointer;
- &:hover {
- color: var(--el-color-primary);
- }
- &.hig {
- background: var(--el-color-primary);
- color: #ffffff;
- }
- }
- }
- }
- .shop-list {
- width: 230px;
- height: 306px;
- background: #ffffff;
- margin-left: 12.5px;
- padding: 20px;
- cursor: pointer;
- img {
- width: 100%;
- height: 190px;
- }
- .itemName {
- font-weight: 400;
- font-size: 14px;
- color: #101828;
- margin: 27px 0 2px 0;
- }
- .price {
- .memberPrice {
- color: var(--el-color-primary);
- font-size: 16px;
- color: #e7000b;
- }
- .marketPrice {
- font-size: 12px;
- color: #99a1af;
- line-height: 20px;
- text-decoration-line: line-through;
- text-transform: none;
- margin-left: 6px;
- }
- }
- }
- }
- //项目案例
- .project-bos {
- display: flex;
- width: 1200px;
- margin-top: 12px;
- gap: 0 15px;
- .project-list {
- width: 390px;
- height: 350px;
- cursor: pointer;
- border-radius: 10px;
- overflow: hidden;
- .project-box {
- width: 390px;
- height: 156px;
- background: #ffffff;
- border-radius: 10px;
- margin-top: -20px;
- z-index: 2;
- position: absolute;
- padding: 20px;
- }
- img {
- width: 390px;
- height: 180px;
- }
- .project1 {
- font-weight: 600;
- font-size: 16px;
- color: #101828;
- margin-bottom: 14px;
- }
- .project2 {
- font-size: 14px;
- color: #364153;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- /* 添加标准属性 */
- -webkit-box-orient: vertical;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .project-more {
- text-align: right;
- font-size: 14px;
- color: var(--el-color-primary);
- margin-top: 18px;
- }
- }
- }
- }
- </style>
|