12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007 |
- <!DOCTYPE html>
- <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://www.thymeleaf.org ">
- <head>
- <title>采美365网-医美采购平台-生美采购平台-美业一站式正品采购平台</title>
- <meta name="keywords" content="美业采购商城,美业信息平台,美业采购顾问,美业采购咨询,美容产品,美容仪器,医美产品,医美器械,二手仪器,美业正品联盟">
- <meta name="description"
- content="采美365网是一家专注于医美生美的B2B采购平台,拥有各类医疗器械资质和进出口资质,聚集全球众多知名供应商,上架丰富的医美生美产品和仪器,一站式解决美容机构的采购需求">
- <meta name="baidu-site-verification" content="KbkRJg9357"/>
- <link rel="canonical" href="https://www.caimei365.com/"/>
- <template th:replace="components/head-link"></template>
- <link th:href="@{/css/base/floor.css(v=${version})}" rel="stylesheet" type="text/css">
- <link th:href="@{/css/index/index-h5.css(v=${version})}" media="screen and (max-width:768px)" rel="stylesheet"
- type="text/css">
- <link th:href="@{/css/index/index-pc.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet"
- type="text/css">
- <link th:href="@{/lib/css/swiper-bundle.css(v=${version})}" media="screen and (min-width:768px)" rel="stylesheet"
- type="text/css">
- <link rel="stylesheet" href="https://unpkg.zhimg.com/element-ui@2.15.13/lib/theme-chalk/index.css"/>
- <link rel="stylesheet" href="/lib/element-ui/element-ui-min.css"/>
- <!--vant css-->
- <link rel="stylesheet" href="/lib/vant-ui/index.css"/>
- <template th:replace="components/analysis"></template>
- </head>
- <body>
- <!-- 引用头部 -->
- <template th:replace="components/header"></template>
- <!-- 首页 -->
- <div id="container" v-cloak>
- <!--首页图片轮播-->
- <div class="section_container">
- <div class="inner">
- <div class="section-content-image" th:if="${topAdvertisement}">
- <a th:href="${topAdvertisement.link}" class="section-image-view" target="_blank">
- <img th:src="${topAdvertisement.image}" alt="">
- </a>
- </div>
- <div class="section-content">
- <div class="section-content-naves">
- <div class="category-menu-tabs">
- <div class="menu-tabs-item" :class="categoryTabIndex === 1 ? 'active': '' "
- @click="handleClickTabS(1)">产品
- </div>
- <div class="menu-tabs-item" :class="categoryTabIndex === 2 ? 'active': '' "
- @click="handleClickTabS(2)">仪器
- </div>
- </div>
- <div class="category-menu" @mouseenter="isMenuHovered = true" @mouseleave="handleMenuLeave">
- <!-- 左侧分类列表 -->
- <div class="left-category">
- <div v-for="category in categories"
- :key="category.id"
- class="category-item"
- :class="{ 'active': selectedCategory?.bigTypeId === category.bigTypeId }"
- @mouseenter="handleMenuCategory(category)"
- >
- <a :href="`/product/classify-${category.typeSort}-${category.bigTypeId}.html`"
- target="_blank">
- <img :src="category.crmIcon" alt="">
- <span v-text="category.name"></span>
- </a>
- </div>
- </div>
- <!-- 右侧详情面板 -->
- <div v-if="isPanelVisible"
- class="right-panel"
- @mouseenter="cancelHidePanel"
- @mouseleave="scheduleHidePanel"
- >
- <div class="panel-content">
- <!-- 子分类展示 -->
- <template
- v-if="selectedCategory.smallTypeList && selectedCategory.smallTypeList.length > 0">
- <div v-for="(subCat, index) in selectedCategory.smallTypeList" :key="index"
- class="sub-category">
- <a :href="`/product/classify-${selectedCategory.typeSort}-${subCat.bigTypeId}-${subCat.smallTypeId}.html`"
- class="sub-item" target="_blank">
- <img :src="subCat.crmIcon" alt="">
- <span v-text="subCat.name"></span>
- </a>
- </div>
- </template>
- <template v-else>
- <div class="sub-category">
- <div class="sub-items">
- <a :href="`/product/classify-${selectedCategory.typeSort}-${selectedCategory.bigTypeId}-${selectedCategory.smallTypeId}.html`"
- class="sub-item" target="_blank">
- <img :src="selectedCategory.crmIcon" alt="">
- <span v-text="selectedCategory.name"></span>
- </a>
- </div>
- </div>
- </template>
- </div>
- </div>
- </div>
- </div>
- <div class="section-content-mains">
- <div class="section-content-mains-top">
- <a th:each="menu,stat: ${topMenuList}" class="mains-nav" th:href="${menu.link}"
- th:if="${stat.index} < 8" target="_blank">
- <p th:text="${menu.name}"></p>
- </a>
- </div>
- <div class="section-content-mains-bottom">
- <div class="section-content-advert">
- <div class="section-content-banner">
- <div id="swiper-container" class="swiper-container">
- <ul class="swiper-wrapper swiper-wrapper-banner">
- <li class="swiper-slide mfc" th:each="img: ${bannerList}">
- <a href="javascript:void(0)" target="_blank"
- th:attr="data-href=${img.link},data-id=${img.id}"
- onclick="handleBannerStatistics($(this))">
- <img th:src="${img.image}" th:alt="${img.title}">
- </a>
- </li>
- </ul>
- <div class="swiper-pagination swiper-pagination-banner mfc">
- <span v-if="isPC" th:each="img: ${bannerList}"></span>
- </div>
- <a class="swiper-button-prev" href="javascript:void(0)"></a>
- <a class="swiper-button-next" href="javascript:void(0)"></a>
- </div>
- </div>
- <div class="section-content-adv">
- <div class="section-content-adv-item" th:each="adver,stat: ${advertisement}" th:if="${stat.index} < 4">
- <a th:href="${adver.link}" target="_blank">
- <img th:src="${adver.image}" alt="">
- </a>
- </div>
- </div>
- </div>
- <div class="section-content-usermain">
- <div class="section-content-userbox">
- <div class="section-content-usertop">
- <template v-if="userId > 0">
- <!-- 登录后 -->
- <div class="user-column-a">
- <div class="user-column-logo">
- <img :src="userInfo.image ? userInfo.image : '/img/base/logo-index@2x.png'"
- alt="">
- </div>
- <div class="user-column-text">
- <h1 v-text="userInfo.name"></h1>
- </div>
- </div>
- <div class="user-column-c">
- <div class="column-c-item">
- <h1 v-text="paymentCount"></h1>
- <p>待付款</p>
- </div>
- <div class="column-c-item">
- <h1 v-text="waitShipmentsCount"></h1>
- <p>待发货</p>
- </div>
- <div class="column-c-item">
- <h1 v-text="shipmentsCount"></h1>
- <p>已发货</p>
- </div>
- <div class="column-c-item">
- <h1 v-text="salesReturnCount"></h1>
- <p>退货/款</p>
- </div>
- </div>
- <div class="user-column-d">
- <template v-if="orders">
- <a :href="`/user/order/detail.html?shopOrderId=${orders.shopOrderId}`"
- target="_blank">
- <div class="column-d-image">
- <img :src="orders.image" alt="">
- </div>
- <div class="column-d-text">
- <h1 v-text="orders.name"></h1>
- </div>
- </a>
- </template>
- <template v-else>
- <a href="javascript:void(0);">
- <div class="column-d-image"></div>
- <div class="column-d-text">
- <p>暂无订单信息</p>
- <p>下单后查看更多订单信息</p>
- </div>
- </a>
- </template>
- </div>
- </template>
- <template v-else>
- <!-- 登录前 -->
- <div class="user-column-a">
- <div class="user-column-logo"><img src="/img/base/logo-index@2x.png" alt="">
- </div>
- <div class="user-column-text">
- <h1 v-text="greeting"></h1>
- <p><a href="/club/register.html" target="_blank">注册</a></p>
- </div>
- </div>
- <div class="user-column-b">
- <h1>登录采美网后更多精彩</h1>
- <p>登录可享,专属优惠,贴心推荐</p>
- <a href="/login.html">立即登录</a>
- </div>
- </template>
- </div>
- <div class="section-content-userbottom">
- <template v-if="userId > 0">
- <!-- 登录后 -->
- <div class="userbottom-column-a">
- <a class="column-item" href="/shopping/cart.html" target="_blank">
- <img src="/img/base/icon-column-1@2x.png" alt="">
- <p>购物车</p>
- </a>
- <a class="column-item" href="/user/collection.html" target="_blank">
- <img src="/img/base/icon-column-2@2x.png" alt="">
- <p>收藏夹</p>
- </a>
- <a class="column-item" href="/user/message/list.html" target="_blank">
- <img src="/img/base/icon-column-3@2x.png" alt="">
- <p>我的消息</p>
- </a>
- </div>
- <div class="userbottom-column-b">
- <a class="column-item plus" href="/user/member.html" target="_blank">
- <h1>PLUS会员</h1>
- <p>权益升级</p>
- <span>立即开通></span>
- </a>
- <a class="column-item coupon" href="/user/coupon.html" target="_blank">
- <h1>优惠券</h1>
- <p>会员专享</p>
- <span>立即领取></span>
- </a>
- </div>
- </template>
- <template v-else>
- <!-- 登录前 -->
- <div class="userbottom-column-a">
- <a class="column-item" href="/login.html">
- <img src="/img/base/icon-column-1@2x.png" alt="">
- <p>购物车</p>
- </a>
- <a class="column-item" href="/login.html">
- <img src="/img/base/icon-column-2@2x.png" alt="">
- <p>收藏夹</p>
- </a>
- <a class="column-item" href="/login.html">
- <img src="/img/base/icon-column-3@2x.png" alt="">
- <p>我的消息</p>
- </a>
- </div>
- <div class="userbottom-column-b">
- <a class="column-item plus" href="/login.html">
- <h1>PLUS会员</h1>
- <p>权益升级</p>
- <span>立即开通></span>
- </a>
- <a class="column-item coupon" href="/login.html">
- <h1>优惠券</h1>
- <p>会员专享</p>
- <span>立即领取></span>
- </a>
- </div>
- </template>
- </div>
- </div>
- <!-- 快捷运营 PC -->
- <div class="section-content-oper">
- <el-carousel :autoplay="false" height="97px" indicator-position="none">
- <el-carousel-item v-for="(item, index) in quickoperaList" :key="item">
- <div class="carousel-list">
- <div class="list" v-for="(i, o) in item" :key="o" @click="goQuickOpera(i)">
- <div class="list-content">
- <div class="list-icon">
- <el-image style="width: 100%; height: 100%;"
- :src="i.icon"></el-image>
- </div>
- <div class="list-title"><p>{{i.name}}</p></div>
- </div>
- </div>
- </div>
- </el-carousel-item>
- </el-carousel>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <template v-if="!isPC">
- <div class="mNavBox h5Only clear">
- <!--H5导航菜单-->
- <div class="mNavBox-main">
- <a class="nav active" href="/"><p>首页</p></a>
- <a th:each="menu,stat: ${topMenuList}" class="nav" th:href="${menu.link}" th:if="${stat.index} < 8">
- <img class="nav-icon" th:src="${menu.icon}" th:alt="${menu.name}">
- <p th:text="${menu.name}"></p>
- </a>
- </div>
- <div class="mNavBox-down" :class="dropScreenShow ? 'none' : ''" @click="showDropScreen"><i
- class="icon mIcon"></i></div>
- <div class="mNavBox-dropdown" v-if="dropScreenShow">
- <a class="drop-item" href="javascript:void(0)">全部分类</a>
- <a class="drop-item active" href="/">首页</a>
- <a th:each="menu: ${topMenuList}" class="drop-item" th:href="${menu.link}">
- <p th:text="${menu.name}"></p>
- </a>
- </div>
- </div>
- <div class="mNavBox-dropdown-more" v-if="dropScreenShow" @click="hideDropScreen"></div>
- </template>
- <!-- 快捷运营 h5 -->
- <div class="quickOperation" v-if="quickoperaList.length > 0 && !isPC" v-cloak>
- <van-swipe class="my-swipe" :autoplay="false">
- <van-swipe-item v-for="(item, index) in quickoperaList" :key="item">
- <div class="carousel-list clear">
- <div class="list" v-for="(i, o) in item" :key="o" @click="goQuickOpera(i)">
- <div class="list-content">
- <div class="list-icon">
- <van-image style="width: 100%; height: 100%;" :src="i.icon"/>
- </div>
- <div class="list-title">
- <template v-if="isPC">
- <div class="title-1">
- <div class="title-1-item"></div>
- <div class="title-2-item">GO></div>
- </div>
- <div class="title-2">{{i.remark || ''}}</div>
- </template>
- <template v-else>
- <p>{{i.name}}</p>
- </template>
- </div>
- </div>
- </div>
- </div>
- </van-swipe-item>
- </van-swipe>
- </div>
- <!--首页新品橱窗楼层-->
- <div class="section_container main-content clear">
- <div class="inner">
- <template v-if="userId > 0">
- <!--固定楼层-->
- <div class="section_page section_page_user hot" v-for="(floor,index) in hotListPageFloor">
- <div class="section_page_title">
- <h1 data-id="0" v-text="floor.title"></h1><span v-text="floor.detail"></span>
- <a class="section_page_btn" href="/product/hot.html" target="_blank"></a>
- </div>
- <div class="swiper-container-floor hotList mySwiper" id="recommendBox">
- <div class="swiper-wrapper section_page_main type_08 recommendBox-wrapperHot clear mfw section_8 max">
- <!-- 商品/图片 列表 -->
- <a href="javascript:void(0)" onclick="handleHotStatistics($(this))"
- :data-href="pros.link" class="swiper-slide page_main_item hot ad_04"
- v-for="pros in floor.floorImageList4">
- <img class="page_main_image" src="/img/base/placeholder.png"
- :data-original="pros.product.image" :alt="pros.product && pros.product.name">
- <div class="page_main_type" v-if="pros.product && pros.product.productType === 2">
- 医疗器械
- </div>
- <div class="page_main_text">
- <span v-text="pros.product && pros.product.name"></span>
- </div>
- <div class="page_main_price">
- <!-- 商品价格 -->
- <div class="main_price_text">
- <!-- 正常商品 -->
- <template v-if="pros.product && pros.product.productCategory == 1">
- <div class="price_text_tag">
- <p class="couponTag"
- v-if="pros.product && pros.product.couponsLogo">优惠券</p>
- <!--超级会员价格标签 svipProductFlag 1:超级会员优惠商品 0 不是商超级会员优惠商品-->
- <template v-if="pros.product && pros.product.svipProductFlag === 1">
- <div class="svip-tag">
- <div class="svip-icon">SVIP</div>
- <!-- 公开价格 && (个人机构 || 资质机构) && 开通SVIP 可查看价格-->
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 ||
- (pros.product.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) ||
- (GLOBAL_USER_IDENTITY === 3 && pros.product.shopId==GLOBAL_SHOP_ID) ||
- GLOBAL_VIP_FLAG === 1">
- <template v-if="showVipPriceTag(pros.product)">
- <div class="svip-price">
- <span v-html="pros.product && pros.product.svipPriceTag"></span>
- </div>
- </template>
- </template>
- </div>
- </template>
- <template v-else>
- <p class="listTag"
- v-if="pros.product.actStatus == 1 && pros.product.promotions">
- <span v-text="pros.product.promotions && pros.product.promotions.name"></span>
- </p>
- </template>
- </div>
- <div class="main_price_login">
- <!--priceFlag 0公开价格 1不公开价格 2仅对会员机构公开-->
- <template v-if="pros.product && pros.product.priceFlag == 1">
- <em class="price_grade_club"><span>¥</span>价格未公开</em>
- </template>
- <!--机构价仅会员可见 && 用户是普通机构-->
- <template
- v-else-if="pros.product && pros.product.priceFlag==2 && GLOBAL_USER_IDENTITY === 4 && GLOBAL_VIP_FLAG!=1">
- <em class="price_grade_club"><span>¥</span>会员可见</em>
- </template>
- <!--机构价仅医美机构可见-->
- <template
- v-else-if="pros.product && pros.product.priceFlag==3 && (GLOBAL_CLUB_TYPE !=1)">
- <em class="price_grade_club red"><span>¥</span>仅医美机构可见</em>
- </template>
- <!-- 资质机构 || (价格全部机构可见 && 普通机构) || (供应商 && 商品为供应商下的商品) || 超级会员用户 -->
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 ||
- (pros.product.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) ||
- (GLOBAL_USER_IDENTITY === 3 && pros.product.shopId==GLOBAL_SHOP_ID) ||
- GLOBAL_VIP_FLAG === 1">
- <div class="main_price_show"
- :class="{none: showVipPriceTag(pros.product) || PromotionsFormat(pros.product.promotions)}">
- ¥
- <span class="price_num"
- v-if="showVipPriceTag(pros.product) || PromotionsFormat(pros.product.promotions)"
- v-text="filtersFormat(pros.product.originalPrice)"></span>
- <span class="price_num" v-else
- v-text="filtersFormat(pros.product.price)"></span>
- </div>
- </template>
- <template v-else>
- <!--供应商除自己的商品外,也显示价格等级-->
- <em class="price_grade_shop">
- <span class="bold">¥</span>
- <i :class="'icon mIcon price_grade_'+pros.product.priceGrade"></i>
- </em>
- </template>
- </div>
- </template>
- <!-- 二手商品 -->
- <template v-else>
- <div class="main_price_login">
- <div class="price_text_tag"></div>
- <div v-if="pros.product.detailTalkFlag==2" class="main_price_show">
- ¥价格祥聊
- </div>
- <div v-else class="main_price_show">
- ¥<span class="price_num"
- v-text="filtersFormat(pros.product.price)"></span>
- </div>
- </div>
- </template>
- </div>
- </div>
- </a>
- </div>
- <div class="swiper-pagination swiper-pagination-floor hot mfc "
- :data-id="floor.floorImageList4.length"></div>
- </div>
- </div>
- </template>
- <template v-else>
- <!--静态化固定楼层-->
- <div class="section_page section_page_user hot"
- th:each="floor,stat : ${floorJson.get('pageFloorList')}">
- <div class="section_page_title">
- <h1 th:text="${floor.get('title')}" data-id="0"></h1><span
- th:text="${floor.get('detail')}"></span>
- <a class="section_page_btn" href="/product/hot.html" target="_blank"></a>
- </div>
- <div class="hotList swiper-container-floor mySwiper" id="recommendBox">
- <div class="section_page_main type_08 swiper-wrapper recommendBox-wrapperHot clear mfw section_8">
- <!-- 商品/图片 列表 -->
- <th:block th:each="pros : ${floor.get('floorImageList4')}" th:object="${pros}">
- <a href="javascript:void(0)" onclick="handleHotStatistics($(this))"
- th:attr="data-href=*{link}" class="swiper-slide page_main_item hot ad_04">
- <th:block th:if="${pros.get('product')}!=null"
- th:object="${pros.get('product')}">
- <img class="page_main_image" src="/img/base/placeholder.png"
- th:attr="data-original=*{image}" th:alt="*{name}">
- </th:block>
- <th:block th:if="${pros.get('product')}!=null"
- th:object="${pros.get('product')}">
- <div class="page_main_type" th:if="*{productType}==2">医疗器械</div>
- </th:block>
- <div class="page_main_text">
- <span th:text="${pros.get('product').get('name')}"></span>
- </div>
- <div class="page_main_price">
- <th:block th:if="${pros.get('product')}!=null"
- th:object="${pros.get('product')}">
- <!-- 商品价格 -->
- <div th:attr="class=*{'main_price_text product_'+productId}, data-id=*{productId}">
- <!-- 正常商品 -->
- <th:block th:if="*{productCategory}==1">
- <div class="price_text_tag">
- <p class="couponTag" th:if="*{couponsLogo}">优惠券</p>
- <!--超级会员价格标签 svipProductFlag 1:超级会员优惠商品 0 不是商超级会员优惠商品-->
- <th:block th:if="${svipProductFlag}!=null">
- <div class="svip-tag" th:if="*{svipProductFlag}==1">
- <div class="svip-icon">SVIP</div>
- </div>
- </th:block>
- <p class="listTag"
- th:if="*{actStatus}==1 and ${pros.get('product').get('promotions')}!=null">
- <template th:text="*{promotions.name}"></template>
- <th:block
- th:if="*{promotions.type}==1 and *{promotions.mode}==1">
- <!--单品优惠:优惠价-->
- <span class="price_unit"
- style="display:none;">:¥</span><span
- class="price_num"></span>
- </th:block>
- </p>
- </div>
- <div class="main_price_none">
- <em class="price_grade"><span class="bold">¥</span><i
- th:attr="class=*{'icon mIcon price_grade_'+priceGrade}"></i></em>
- </div>
- </th:block>
- <!-- 二手商品 -->
- <th:block th:if="*{productCategory}!=1">
- <div class="main_price_none sec">
- <em class="price_grade"><span>¥</span>登录可见</em>
- </div>
- </th:block>
- </div>
- </th:block>
- </div>
- </a>
- </th:block>
- </div>
- <div class="swiper-pagination swiper-pagination-floor hot mfc"
- th:attr="data-id=${floor.get('floorImageList4').size}"></div>
- </div>
- </div>
- </template>
- </div>
- </div>
- <!--首页运营楼层-->
- <div class="section_container main-content clear">
- <div class="inner">
- <template v-if="userId > 0">
- <div class="section-page-content">
- <div class="section-page-item" v-for="(floor,flIndex) in homePageFloor">
- <div class="section-page-top">
- <div class="section-page-title">
- <h1 v-text="floor.floorTitle"></h1>
- <div class="page-bottom-tabs" v-if="!isPC">
- <div class="page-bottom-tabs-left">
- <a :href="`/product/floor.html?zoneId=${floor.id}&typeSort=1`" class="bot-tabs-item" target="_blank">产品</a>
- <a :href="`/product/floor.html?zoneId=${floor.id}&typeSort=2`" class="bot-tabs-item" target="_blank">仪器</a>
- <a :href="`/product/floor.html?zoneId=${floor.id}&typeSort=3`" class="bot-tabs-item" target="_blank">耗材配件</a>
- </div>
- <div class="page-bottom-tabs-right">
- <a :href="`/product/floor.html?zoneId=${floor.id}`" target="_blank">更多></a>
- </div>
- </div>
- </div>
- <div class="section-page-banner">
- <el-carousel :interval="(flIndex+1)*3000" arrow="never" height="240px">
- <el-carousel-item v-for="item in floor.imageList" :key="item">
- <a class="page-banner-item" :href="item.link">
- <img :src="item.image" alt="">
- </a>
- </el-carousel-item>
- </el-carousel>
- </div>
- </div>
- <div class="section-page-bottom">
- <div class="page-bottom-tabs">
- <div class="page-bottom-tabs-left">
- <a :href="`/product/floor.html?zoneId=${floor.id}&typeSort=1`" class="bot-tabs-item" target="_blank">产品</a>
- <a :href="`/product/floor.html?zoneId=${floor.id}&typeSort=2`" class="bot-tabs-item" target="_blank">仪器</a>
- <a :href="`/product/floor.html?zoneId=${floor.id}&typeSort=3`" class="bot-tabs-item" target="_blank">耗材配件</a>
- </div>
- <div class="page-bottom-tabs-right">
- <a :href="`/product/floor.html?zoneId=${floor.id}`" target="_blank">更多></a>
- </div>
- </div>
- <div class="page-bottom-main">
- <a :href="'/product-'+pros.productId+'.html'"
- class="bottom-main-item"
- target="_blank"
- v-for="(pros,prosIndex) in floor.products" :key="prosIndex">
- <img class="page_main_image" src="/img/base/placeholder.png"
- :data-original="pros.mainImage" :alt="pros.name">
- <div class="page_main_type"
- v-if="pros && pros.productType && pros.productType === 2">
- 医疗器械
- </div>
- <div class="page_main_text">
- <span v-text="pros.name"></span>
- </div>
- <div class="page_main_price">
- <!-- 商品价格 -->
- <div class="main_price_text">
- <!-- 正常商品 -->
- <template v-if="pros.productCategory == 1">
- <div class="price_text_tag">
- <p class="couponTag" v-if="pros.couponsLogo">优惠券</p>
- <!--超级会员价格标签 svipProductFlag 1:超级会员优惠商品 0 不是商超级会员优惠商品-->
- <template v-if="pros.svipProductFlag === 1">
- <div class="svip-tag">
- <div class="svip-icon">SVIP</div>
- <!-- 公开价格 && (个人机构 || 资质机构) && 开通SVIP 可查看价格-->
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 ||
- (pros.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) ||
- (GLOBAL_USER_IDENTITY === 3 && pros.shopId==GLOBAL_SHOP_ID) ||
- GLOBAL_VIP_FLAG === 1">
- <template v-if="showVipPriceTag(pros)">
- <div class="svip-price">
- <span v-html="pros.svipPriceTag"></span>
- </div>
- </template>
- </template>
- </div>
- </template>
- <template v-else>
- <p class="listTag"
- v-if="pros.actStatus ==1 && pros.promotions">
- <span v-text="pros.promotions.name"></span>
- </p>
- </template>
- </div>
- <div class="main_price_login">
- <!--priceFlag 0公开价格 1不公开价格 2仅对会员机构公开-->
- <template v-if="pros.priceFlag == 1">
- <em class="price_grade_club"><span>¥</span>价格未公开</em>
- </template>
- <!--机构价仅会员可见 && 用户是普通机构-->
- <template
- v-else-if="pros.priceFlag==2 && GLOBAL_USER_IDENTITY === 4 && GLOBAL_VIP_FLAG!=1">
- <em class="price_grade_club"><span>¥</span>会员可见</em>
- </template>
- <!--机构价仅医美机构可见-->
- <template
- v-else-if="pros.priceFlag==3 && (GLOBAL_CLUB_TYPE !=1)">
- <em class="price_grade_club red"><span>¥</span>仅医美机构可见</em>
- </template>
- <!-- 资质机构 || (价格全部机构可见 && 普通机构) || (供应商 && 商品为供应商下的商品) || 超级会员用户 -->
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 ||
- (pros.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) ||
- (GLOBAL_USER_IDENTITY === 3 && pros.shopId==GLOBAL_SHOP_ID) ||
- GLOBAL_VIP_FLAG === 1">
- <div class="main_price_show"
- :class="{none: showVipPriceTag(pros) || PromotionsFormat(pros.promotions)}">
- ¥
- <span class="price_num"
- v-if="showVipPriceTag(pros) || PromotionsFormat(pros.promotions)"
- v-text="filtersFormat(pros.originalPrice)">
- </span>
- <span class="price_num"
- v-else
- v-text="filtersFormat(pros.price)">
- </span>
- </div>
- </template>
- <template v-else>
- <!--供应商除自己的商品外,也显示价格等级-->
- <em class="price_grade_shop">
- <span class="bold">¥</span>
- <i :class="'icon mIcon price_grade_'+pros.priceGrade"></i>
- </em>
- </template>
- </div>
- </template>
- <!-- 二手商品 -->
- <template v-else>
- <div class="main_price_login">
- <div class="price_text_tag"></div>
- <div v-if="pros.detailTalkFlag==2"
- class="main_price_show">¥价格祥聊
- </div>
- <div v-else class="main_price_show">
- ¥<span class="price_num"
- v-text="filtersFormat(pros.price)"></span>
- </div>
- </div>
- </template>
- </div>
- </div>
- </a>
- </div>
- </div>
- </div>
- </div>
- </template>
- <template v-else>
- <!--静态化运营楼层-->
- <div class="section-page-content">
- <div class="section-page-item" th:each="floor,stat : ${floorJson.get('zones')}">
- <div class="section-page-top">
- <div class="section-page-title">
- <h1 th:text="${floor.get('floorTitle')}" th:attr="data-id=${stat.index+1}"></h1>
- <div class="page-bottom-tabs" v-if="!isPC">
- <div class="page-bottom-tabs-left">
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}+'&typeSort=1'" class="bot-tabs-item" target="_blank">产品</a>
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}+'&typeSort=2'" class="bot-tabs-item" target="_blank">仪器</a>
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}+'&typeSort=3'" class="bot-tabs-item" target="_blank">耗材配件</a>
- </div>
- <div class="page-bottom-tabs-right">
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}" target="_blank">更多></a>
- </div>
- </div>
- </div>
- <div class="section-page-banner">
- <el-carousel trigger="click" :autoplay="false" arrow="never" height="240px">
- <el-carousel-item th:each="images : ${floor.get('imageList')}" th:object="${images}">
- <a class="page-banner-item" th:href="*{link}" >
- <img class="page_main_image" th:src="*{image}"/>
- </a>
- </el-carousel-item>
- </el-carousel>
- </div>
- </div>
- <div class="section-page-bottom">
- <div class="page-bottom-tabs">
- <div class="page-bottom-tabs-left">
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}+'&typeSort=1'" class="bot-tabs-item" target="_blank">产品</a>
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}+'&typeSort=2'" class="bot-tabs-item" target="_blank">仪器</a>
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}+'&typeSort=3'" class="bot-tabs-item" target="_blank">耗材配件</a>
- </div>
- <div class="page-bottom-tabs-right">
- <a th:href="'/product/floor.html?zoneId='+${floor.get('id')}" target="_blank">更多></a>
- </div>
- </div>
- <div class="page-bottom-main">
- <th:block th:each="pros : ${floor.get('products')}" th:object="${pros}">
- <a th:href="'/product-'+${pros.get('productId')}+'.html'" class="bottom-main-item" target="_blank">
- <img class="page_main_image" src="/img/base/placeholder.png"
- th:attr="data-original=*{mainImage}" th:alt="*{name}">
- <div class="page_main_type" th:if="*{productType}==2">医疗器械</div>
- <div class="page_main_text">
- <span th:text="${pros.get('name')}"></span>
- </div>
- <div class="page_main_price">
- <!-- 商品价格 -->
- <div th:attr="class=*{'main_price_text product_'+productId}, data-id=*{productId}">
- <!-- 正常商品 -->
- <th:block th:if="*{productCategory}==1">
- <div class="price_text_tag">
- <p class="couponTag" th:if="*{couponsLogo}">优惠券</p>
- <!--超级会员价格标签 svipProductFlag 1:超级会员优惠商品 0 不是商超级会员优惠商品-->
- <div class="svip-tag" th:if="*{svipProductFlag}==1">
- <div class="svip-icon">SVIP</div>
- </div>
- <p class="listTag"
- th:if="*{actStatus}==1 and ${pros.get('promotions')}!=null">
- <span th:text="*{promotions.name}"></span>
- <th:block
- th:if="*{promotions.type}==1 and *{promotions.mode}==1">
- <!--单品优惠:优惠价-->
- <span class="price_unit" style="display:none;">:¥</span>
- <span class="price_num"></span>
- </th:block>
- </p>
- </div>
- <div class="main_price_none">
- <em class="price_grade">
- <span class="bold">¥</span>
- <i th:attr="class=*{'icon mIcon price_grade_'+priceGrade}"></i>
- </em>
- </div>
- </th:block>
- <!-- 二手商品 -->
- <th:block th:if="*{productCategory}!=1">
- <div class="main_price_none sec">
- <em class="price_grade"><span>¥</span>登录可见</em>
- </div>
- </th:block>
- </div>
- </div>
- </a>
- </th:block>
- </div>
- </div>
- </div>
- </div>
- </template>
- </div>
- </div>
- <!--首页运营供应商-->
- <div class="section_container main-content clear">
- <div class="inner">
- <div class="section-shop-content">
- <div class="section-shop-title">
- <h1>优选供应商<span>采美正品联盟,质量保证</span></h1>
- </div>
- <div class="section-shop-main">
- <el-carousel :autoplay="true" :interval="8000" height="288px" indicator-position="none">
- <el-carousel-item v-for="(supplier, index) in supplierList" :key="supplier">
- <div class="supplier-list">
- <div class="supplier-list-item" v-for="(sup, o) in supplier" :key="o">
- <div class="supplier-list-top">
- <div class="supplier-top-logo">
- <img :src="sup.image" alt="">
- </div>
- <div class="supplier-top-name">
- <p v-text="sup.supplierName"></p>
- </div>
- </div>
- <div class="supplier-list-mid">
- <div class="list-mid-item" v-for="(pros, prIndex) in sup.products"
- :key="prIndex">
- <a :href="'/product-'+pros.productId+'.html'">
- <img src="/img/base/placeholder.png" :data-original="pros.mainImage"
- :alt="pros.name">
- </a>
- </div>
- </div>
- <div class="supplier-list-bot">
- <a :href="sup.link" target="_blank">进店 ></a>
- </div>
- </div>
- </div>
- </el-carousel-item>
- </el-carousel>
- </div>
- </div>
- <!-- <div class="section_page">-->
- <!-- <div class="section_page_title">-->
- <!-- <h1 data-id="99">优质供应商</h1>-->
- <!-- <p>采美正品联盟 质量保证</p>-->
- <!-- </div>-->
- <!-- <div class="section_page_bottom" th:object="${floorJson.get('supplierImage')}">-->
- <!-- <a th:href="*{#strings.isEmpty(wwwLink)}? 'javascript:;' : *{wwwLink}"-->
- <!-- th:attr="target=(*{#strings.isEmpty(wwwLink)} ? '_self' : '_blank')"-->
- <!-- class="page_main_li ad_01">-->
- <!-- <img th:src="*{wwwImage}" alt="" class="page_main_item_adv">-->
- <!-- </a>-->
- <!-- <template th:each="shop : ${floorJson.get('supplierImage').get('qualitySupplierList')}"-->
- <!-- th:object="${shop}">-->
- <!-- <a th:href="*{link}" target="_blank" class="page_main_li ad_02">-->
- <!-- <img class="page_main_logo" src="/img/base/placeholder.png"-->
- <!-- th:attr="data-original=*{image}" th:alt="*{supplierName}">-->
- <!-- <div class="page_main_name" th:text="*{supplierName}"></div>-->
- <!-- </a>-->
- <!-- </template>-->
- <!-- </div>-->
- <!-- </div>-->
- </div>
- </div>
- <!--首页运营推荐商品-->
- <div class="section_container main-content clear">
- <div class="inner">
- <div class="section-floor-content clear">
- <div class="section-floor-title">
- <h1>为您推荐<span>海量货源,实时推荐</span></h1>
- </div>
- <template v-if="userId > 0">
- <div class="section-floor-main clear">
- <a :href="'/product-'+pros.productId+'.html'"
- class="floor-main-item"
- target="_blank"
- v-for="pros in recommendList">
- <img class="page_main_image" src="/img/base/placeholder.png" :data-original="pros.image"
- :alt="pros.name">
- <div class="page_main_type" v-if="pros && pros.productType && pros.productType === 2">
- 医疗器械
- </div>
- <div class="page_main_text">
- <span v-text="pros.name"></span>
- </div>
- <div class="page_main_price">
- <!-- 商品价格 -->
- <div class="main_price_text">
- <!-- 正常商品 -->
- <div class="price_text_tag">
- <p class="couponTag" v-if="pros.couponsLogo">优惠券</p>
- <!--超级会员价格标签 svipProductFlag 1:超级会员优惠商品 0 不是商超级会员优惠商品-->
- <template v-if="pros.svipProductFlag === 1">
- <div class="svip-tag">
- <div class="svip-icon">SVIP</div>
- <!-- 公开价格 && (个人机构 || 资质机构) && 开通SVIP 可查看价格-->
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 ||
- (pros.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) ||
- (GLOBAL_USER_IDENTITY === 3 && pros.shopId==GLOBAL_SHOP_ID) ||
- GLOBAL_VIP_FLAG === 1">
- <template v-if="showVipPriceTag(pros)">
- <div class="svip-price">
- <span v-html="pros.svipPriceTag"></span>
- </div>
- </template>
- </template>
- </div>
- </template>
- <template v-else>
- <p class="listTag"
- v-if="pros.actStatus ==1 && pros.promotions">
- <span v-text="pros.promotions.name"></span>
- </p>
- </template>
- </div>
- <div class="main_price_login">
- <!--priceFlag 0公开价格 1不公开价格 2仅对会员机构公开-->
- <template v-if="pros.priceFlag == 1">
- <em class="price_grade_club"><span>¥</span>价格未公开</em>
- </template>
- <!--机构价仅会员可见 && 用户是普通机构-->
- <template
- v-else-if="pros.priceFlag==2 && GLOBAL_USER_IDENTITY === 4 && GLOBAL_VIP_FLAG!=1">
- <em class="price_grade_club"><span>¥</span>会员可见</em>
- </template>
- <!--机构价仅医美机构可见-->
- <template v-else-if="pros.priceFlag==3 && (GLOBAL_CLUB_TYPE !=1)">
- <em class="price_grade_club red"><span>¥</span>仅医美机构可见</em>
- </template>
- <!-- 资质机构 || (价格全部机构可见 && 普通机构) || (供应商 && 商品为供应商下的商品) || 超级会员用户 -->
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 ||
- (pros.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) ||
- (GLOBAL_USER_IDENTITY === 3 && pros.shopId==GLOBAL_SHOP_ID) ||
- GLOBAL_VIP_FLAG === 1">
- <div class="main_price_show"
- :class="{none: showVipPriceTag(pros) || PromotionsFormat(pros.promotions)}">
- ¥
- <span class="price_num"
- v-if="showVipPriceTag(pros) || PromotionsFormat(pros.promotions)"
- v-text="filtersFormat(pros.originalPrice)">
- </span>
- <span class="price_num"
- v-else
- v-text="filtersFormat(pros.price)">
- </span>
- </div>
- </template>
- <template v-else>
- <!--供应商除自己的商品外,也显示价格等级-->
- <em class="price_grade_shop">
- <span class="bold">¥</span>
- <i :class="'icon mIcon price_grade_'+pros.priceGrade"></i>
- </em>
- </template>
- </div>
- </div>
- </div>
- </a>
- </div>
- </template>
- <template v-else>
- <!--静态商品推荐-->
- <div class="section-floor-main clear">
- <a th:href="'/product-'+${pros.get('productId')}+'.html'"
- class="floor-main-item"
- target="_blank"
- th:each="pros : ${floorJson.get('recommendProducts')}" th:object="${pros}">
- <img class="page_main_image" src="/img/base/placeholder.png" th:attr="data-original=*{image}" th:alt="*{name}">
- <div class="page_main_type" th:if="*{productType}==2">医疗器械</div>
- <div class="page_main_text"><span th:text="*{name}"></span></div>
- <div class="page_main_price">
- <!-- 商品价格 -->
- <div th:attr="class=*{'main_price_text product_'+productId}, data-id=*{productId}">
- <!-- 正常商品 -->
- <th:block th:if="*{productCategory}==1">
- <div class="price_text_tag">
- <p class="couponTag" th:if="*{couponsLogo}">优惠券</p>
- <!--超级会员价格标签 svipProductFlag 1:超级会员优惠商品 0 不是商超级会员优惠商品-->
- <div class="svip-tag" th:if="*{svipProductFlag}==1">
- <div class="svip-icon">SVIP</div>
- </div>
- <p class="listTag"
- th:if="*{actStatus}==1 and ${pros.get('promotions')}!=null">
- <span th:text="*{promotions.name}"></span>
- <th:block
- th:if="*{promotions.type}==1 and *{promotions.mode}==1">
- <!--单品优惠:优惠价-->
- <span class="price_unit" style="display:none;">:¥</span>
- <span class="price_num"></span>
- </th:block>
- </p>
- </div>
- <div class="main_price_none">
- <em class="price_grade">
- <span class="bold">¥</span>
- <i th:attr="class=*{'icon mIcon price_grade_'+priceGrade}"></i>
- </em>
- </div>
- </th:block>
- <!-- 二手商品 -->
- <th:block th:if="*{productCategory}!=1">
- <div class="main_price_none sec">
- <em class="price_grade"><span>¥</span>登录可见</em>
- </div>
- </th:block>
- </div>
- </div>
- </a>
- </div>
- </template>
- </div>
- </div>
- </div>
- </div>
- <!-- 引入底部 -->
- <template th:replace="components/footer"></template>
- <template th:replace="components/foot-link"></template>
- <script type="text/javascript" src="/lib/vant-ui/vant.min.js"></script>
- <script type="text/javascript" src="/lib/element-ui/element-ui.min.js"></script>
- <script charset="utf-8" type="text/javascript"
- th:src="@{/js/common/serviceapi/product.service.js(v=${version})}"></script>
- <script charset="utf-8" type="text/javascript" th:src="@{/js/common/serviceapi/user.service.js(v=${version})}"></script>
- <script charset="utf-8" type="text/javascript"
- th:src="@{/js/common/serviceapi/order.service.js(v=${version})}"></script>
- <script charset="utf-8" type="text/javascript"
- th:src="@{/js/common/serviceapi/beautyArchive.service.js(v=${version})}"></script>
- <script charset="utf-8" type="text/javascript" th:src="@{/js/mixins/cmsMixins.js(v=${version})}"></script>
- <script charset="utf-8" type="text/javascript" th:src="@{/js/mixins/cmSysMixins.js(v=${version})}"></script>
- <script charset="utf-8" type="text/javascript" th:src="@{/js/index.js(v=${version})}"></script>
- </body>
- </html>
|