|
@@ -39,7 +39,7 @@
|
|
|
<!--首页楼层主体数据-->
|
|
|
<div class="section_container">
|
|
|
<div class="inner">
|
|
|
- <div id="sidebar" class="section_right">
|
|
|
+ <div id="sidebar" class="section_right" v-if="userId>0">
|
|
|
<div class="box swiper-wrapper" >
|
|
|
<div class="section_right_item" th:if="${sideJson.get('liveList')}!=null and ${sideJson.get('liveList').size}>0">
|
|
|
<div class="right_item_title">
|
|
@@ -101,109 +101,254 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="section_left ">
|
|
|
- <div class="section_page" th:each="floor,stat : ${floorJson.get('homePageFloor')}">
|
|
|
- <th:block th:if="${floor.get('floorContent')}!=null">
|
|
|
- <div class="section_page_title">
|
|
|
- <h1 th:text="${floor.get('title')}" th:attr="data-id=${stat.index+1}"></h1>
|
|
|
- <p th:text="${floor.get('detail')}"></p>
|
|
|
- </div>
|
|
|
- <th:block th:object="${floor.get('floorContent')}">
|
|
|
- <div th:class="*{templateType}==8? 'hotList swiper-container-floor' : ''" th:id="*{templateType}==8? 'recommendBox' : ''">
|
|
|
- <div th:class="*{templateType}==8? *{'section_page_main type_08 swiper-wrapper recommendBox-wrapper clear mfw section_'+templateType} : *{'section_page_main clear mfw section_'+templateType}">
|
|
|
+ <template v-if="userId > 0">
|
|
|
+ <div class="section_page section_page_user" v-for="(floor,index) in homePageFloor">
|
|
|
+ <template v-if="floor.floorContent">
|
|
|
+ <div class="section_page_title" >
|
|
|
+ <h1 :data-id="index+1">{{ floor.title }}</h1>
|
|
|
+ <p>{{ floor.detail }}</p>
|
|
|
+ </div>
|
|
|
+ <div :class="floor.floorContent.templateType == 8 ? 'hotList swiper-container-floor' : ''"
|
|
|
+ :id="floor.floorContent.templateType == 8 ? 'recommendBox' : ''"
|
|
|
+ >
|
|
|
+ <div :class="floor.floorContent.templateType == 8 ?
|
|
|
+ 'section_page_main type_08 swiper-wrapper recommendBox-wrapper clear mfw section_'+floor.floorContent.templateType :
|
|
|
+ 'section_page_main clear mfw section_'+floor.floorContent.templateType"
|
|
|
+ >
|
|
|
<!-- 广告图 -->
|
|
|
- <th:block th:if="*{templateType}==1 or *{templateType}==2 or *{templateType}==3 or *{templateType}==4 or *{templateType}==5">
|
|
|
- <a th:href="*{#strings.isEmpty(adsLink1)}? 'javascript:;' : *{adsLink1}" th:attr="target=(*{#strings.isEmpty(adsLink1)} ? '_self' : '_blank')" class="page_main_item ad_01">
|
|
|
- <img v-if="isPC" th:src="*{pcAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
- <img v-else th:src="*{appletsAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
+ <template v-if="floor.floorContent.templateType == 1 ||
|
|
|
+ floor.floorContent.templateType == 2 ||
|
|
|
+ floor.floorContent.templateType == 3 ||
|
|
|
+ floor.floorContent.templateType == 4 ||
|
|
|
+ floor.floorContent.templateType == 5"
|
|
|
+ >
|
|
|
+ <a :href="floor.floorContent.adsLink1 ? floor.floorContent.adsLink1 : 'javascript:;'"
|
|
|
+ :target="floor.floorContent.adsLink1 ? '_blank' : '_self'"
|
|
|
+ class="page_main_item ad_01"
|
|
|
+ >
|
|
|
+ <img v-if="isPC" :src="floor.floorContent.pcAdsImage1" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else :src="floor.floorContent.appletsAdsImage1" alt="" class="page_main_item_adv">
|
|
|
</a>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="*{templateType}==2 or *{templateType}==3 or *{templateType}==4">
|
|
|
- <a th:href="*{#strings.isEmpty(adsLink2)}? 'javascript:;' : *{adsLink2}" th:attr="target=(*{#strings.isEmpty(adsLink2)} ? '_self' : '_blank')" class="page_main_item ad_02">
|
|
|
- <img v-if="isPC" th:src="*{pcAdsImage2}" alt="" class="page_main_item_adv">
|
|
|
- <img v-else th:src="*{appletsAdsImage2}" alt="" class="page_main_item_adv">
|
|
|
+ </template>
|
|
|
+ <template v-if="floor.floorContent.templateType == 2 ||
|
|
|
+ floor.floorContent.templateType == 3 ||
|
|
|
+ floor.floorContent.templateType == 4"
|
|
|
+ >
|
|
|
+ <a :href="floor.floorContent.adsLink2 ? floor.floorContent.adsLink2 : 'javascript:;'"
|
|
|
+ :target="floor.floorContent.adsLink2 ? '_blank' : '_self'"
|
|
|
+ class="page_main_item ad_02"
|
|
|
+ >
|
|
|
+ <img v-if="isPC" :src="floor.floorContent.pcAdsImage2" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else :src="floor.floorContent.appletsAdsImage2" alt="" class="page_main_item_adv">
|
|
|
</a>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="*{templateType}==4">
|
|
|
- <a th:href="*{#strings.isEmpty(adsLink3)}? 'javascript:;' : *{adsLink3}" th:attr="target=(*{#strings.isEmpty(adsLink3)} ? '_self' : '_blank')" class="page_main_item ad_03">
|
|
|
- <img v-if="isPC" th:src="*{pcAdsImage3}" alt="" class="page_main_item_adv">
|
|
|
- <img v-else th:src="*{appletsAdsImage3}" alt="" class="page_main_item_adv">
|
|
|
+ </template>
|
|
|
+ <template v-if="floor.floorContent.templateType == 4">
|
|
|
+ <a :href="floor.floorContent.adsLink3 ? floor.floorContent.adsLink3 : 'javascript:;'"
|
|
|
+ :target="floor.floorContent.adsLink3 ? '_blank' : '_self'"
|
|
|
+ class="page_main_item ad_03"
|
|
|
+ >
|
|
|
+ <img v-if="isPC" :src="floor.floorContent.pcAdsImage3" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else :src="floor.floorContent.appletsAdsImage3" alt="" class="page_main_item_adv">
|
|
|
</a>
|
|
|
- </th:block>
|
|
|
+ </template>
|
|
|
<!-- 商品/图片 列表 -->
|
|
|
- <th:block th:each="pros : ${floor.get('floorImageList')}" th:object="${pros}">
|
|
|
- <a th:href="*{link}" class="page_main_item ad_04 swiper-slide" target="_blank">
|
|
|
- <img class="page_main_image" src="/img/base/placeholder.png" th:attr="data-original=*{image}" th:alt="*{name}">
|
|
|
- <div class="page_main_tag" th:if="*{listType}==2"><p th:text="*{label}"></p></div>
|
|
|
- <div class="page_main_text">
|
|
|
- <th:block th:if="${pros.containsKey('product')}">
|
|
|
- <span class="tag" th:if="${pros.get('product').containsKey('beautyActFlag')} and ${pros.get('product').get('beautyActFlag')}==1">美博会</span>
|
|
|
- </th:block>
|
|
|
- <span th:text="${pros.get('name')}"></span>
|
|
|
- </div>
|
|
|
- <div class="page_main_price" th:if="*{listType}==1">
|
|
|
- <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" th:if="${pros.get('product').containsKey('actStatus')}">
|
|
|
- <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>
|
|
|
- <div class="main_price_login" th:attr="data-id=*{priceFlag}">
|
|
|
- <!--0公开价格 1不公开价格 2仅对会员机构公开-->
|
|
|
- <em th:if="*{priceFlag}==1" class="price_grade"><span>¥</span>价格未公开</em>
|
|
|
- <th:block th:unless="*{priceFlag}==1">
|
|
|
- <em class="price_grade_club"><span>¥</span>会员可见</em>
|
|
|
- <!--机构价-->
|
|
|
- <div class="main_price_show">¥<span class="price_num"></span></div>
|
|
|
- <!--单品优惠时的划线价-->
|
|
|
- <div class="main_price_show none">¥<span class="price_o_num"></span></div>
|
|
|
- <!--供应商除自己的商品外,也显示价格等级-->
|
|
|
- <em class="price_grade_shop"><span class="bold">¥</span><i th:attr="class=*{'icon mIcon price_grade_'+priceGrade}"></i></em>
|
|
|
- </th:block>
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
- <!-- 二手商品 -->
|
|
|
- <th:block th:if="*{productCategory}!=1">
|
|
|
- <div class="main_price_none sec">
|
|
|
- <em class="price_grade"><span>¥</span>登录可见</em>
|
|
|
- </div>
|
|
|
- <div class="main_price_login" data-id="3">
|
|
|
- <div class="price_text_tag"></div>
|
|
|
- <div th:if="*{detailTalkFlag}==2" class="main_price_show">¥价格祥聊</div>
|
|
|
- <div th:if="*{detailTalkFlag}!=2" class="main_price_show">¥<span class="price_num"></span></div>
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
+ <a :href="pros.link" class="page_main_item ad_04 swiper-slide" target="_blank" v-for="pros in floor.floorImageList">
|
|
|
+ <img class="page_main_image" src="/img/base/placeholder.png" :data-original="pros.image" :alt="pros.name">
|
|
|
+ <div class="page_main_tag" v-if="pros.listType == 2"><p v-text="pros.label"></p></div>
|
|
|
+ <div class="page_main_text">
|
|
|
+ <span class="tag" v-if="pros.beautyActFlag == 1">美博会</span>
|
|
|
+ <span v-text="pros.name"></span>
|
|
|
+ </div>
|
|
|
+ <div class="page_main_price" v-if="userId>0 && pros.listType == 1">
|
|
|
+ <!-- 商品价格 -->
|
|
|
+ <div class="main_price_text">
|
|
|
+ <!-- 正常商品 -->
|
|
|
+ <template v-if="pros.product.productCategory == 1">
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="listTag" v-if="pros.product.actStatus ==1 && pros.product.promotions">
|
|
|
+ <span v-text="pros.product.promotions.name"></span>
|
|
|
+ <template v-if="PromotionsFormat(pros.product.promotions)">
|
|
|
+ <!--单品优惠:优惠价-->
|
|
|
+ <span class="price_unit">:¥</span><span class="price_num">{{ pros.product.price | NumFormat }}</span>
|
|
|
+ </template>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
- </th:block>
|
|
|
+ <div class="main_price_login">
|
|
|
+ <!--0公开价格 1不公开价格 2仅对会员机构公开-->
|
|
|
+ <template v-if="pros.product.priceFlag == 1">
|
|
|
+ <em class="price_grade"><span>¥</span>价格未公开</em>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <template v-if="PromotionsFormat(pros.product.promotions)">
|
|
|
+ <!--单品优惠时的划线价-->
|
|
|
+ <div class="main_price_show">
|
|
|
+ ¥<span class="price_o_num">{{ pros.product.originalPrice | NumFormat }}</span>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <template v-else-if="(pros.product.priceFlag==0 && pros.product.userIdentity!=3) || pros.product.userIdentity==2 || (pros.product.userIdentity==3 && pros.product.shopID==GLOBAL_SHOP_ID)">
|
|
|
+ <!--机构价-->
|
|
|
+ <div class="main_price_show">¥<span class="price_num">{{ pros.product.price | NumFormat }}</span></div>
|
|
|
+ </template>
|
|
|
+ <template v-else-if="pros.product.priceFlag==2 && pros.product.userIdentity==4">
|
|
|
+ <em class="price_grade_club">
|
|
|
+ <span>¥</span>会员可见
|
|
|
+ </em>
|
|
|
+ </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>
|
|
|
+
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <!-- 二手商品 -->
|
|
|
+ <template v-else>
|
|
|
+ <div class="main_price_login" v-if="userId>0">
|
|
|
+ <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">{{ pros.product.price | NumFormat }}</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
- </a>
|
|
|
- </th:block>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
<!-- 广告图 -->
|
|
|
- <th:block th:if="*{templateType}==6">
|
|
|
- <a th:href="*{#strings.isEmpty(adsLink1)}? 'javascript:;' : *{adsLink1}" th:attr="target=(*{#strings.isEmpty(adsLink1)} ? '_self' : '_blank')" class="page_main_item ad_01">
|
|
|
- <img v-if="isPC" th:src="*{pcAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
- <img v-else th:src="*{appletsAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
+ <div v-if="floor.floorContent.templateType == 6">
|
|
|
+ <a :href="floor.floorContent.adsLink1 ? floor.floorContent.adsLink1 : 'javascript:;'"
|
|
|
+ :target="floor.floorContent.adsLink1 ? '_blank' : '_self' "
|
|
|
+ class="page_main_item ad_01"
|
|
|
+ >
|
|
|
+ <img v-if="isPC" :src="floor.floorContent.pcAdsImage1" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else :src="floor.floorContent.appletsAdsImage1" alt="" class="page_main_item_adv">
|
|
|
</a>
|
|
|
- </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div v-if="floor.floorContent.templateType == 8"
|
|
|
+ class="swiper-pagination swiper-pagination-floor mfc"
|
|
|
+ :data-id="floor.floorImageList.length"
|
|
|
+ >
|
|
|
</div>
|
|
|
- <div th:if="*{templateType}==8" class="swiper-pagination swiper-pagination-floor mfc" th:attr="data-id=${floor.get('floorImageList').size}"></div>
|
|
|
</div>
|
|
|
- <div class="section_page_more" th:attr="data-id=*{templateType}, data-size=${floor.get('floorImageList').size}">
|
|
|
+ <div class="section_page_more"
|
|
|
+ :data-id="floor.floorContent.templateType"
|
|
|
+ :data-size="floor.floorImageList.length"
|
|
|
+ >
|
|
|
<div class="more" @click="showMoreItem($event)"> <i class="icon mIcon"></i>查看更多</div>
|
|
|
</div>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <div class="section_page" th:each="floor,stat : ${floorJson.get('homePageFloor')}">
|
|
|
+ <th:block th:if="${floor.get('floorContent')}!=null">
|
|
|
+ <div class="section_page_title">
|
|
|
+ <h1 th:text="${floor.get('title')}" th:attr="data-id=${stat.index+1}"></h1>
|
|
|
+ <p th:text="${floor.get('detail')}"></p>
|
|
|
+ </div>
|
|
|
+ <th:block th:object="${floor.get('floorContent')}">
|
|
|
+ <div th:class="*{templateType}==8? 'hotList swiper-container-floor' : ''" th:id="*{templateType}==8? 'recommendBox' : ''">
|
|
|
+ <div th:class="*{templateType}==8? *{'section_page_main type_08 swiper-wrapper recommendBox-wrapper clear mfw section_'+templateType} : *{'section_page_main clear mfw section_'+templateType}">
|
|
|
+ <!-- 广告图 -->
|
|
|
+ <th:block th:if="*{templateType}==1 or *{templateType}==2 or *{templateType}==3 or *{templateType}==4 or *{templateType}==5">
|
|
|
+ <a th:href="*{#strings.isEmpty(adsLink1)}? 'javascript:;' : *{adsLink1}" th:attr="target=(*{#strings.isEmpty(adsLink1)} ? '_self' : '_blank')" class="page_main_item ad_01">
|
|
|
+ <img v-if="isPC" th:src="*{pcAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else th:src="*{appletsAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
+ </a>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="*{templateType}==2 or *{templateType}==3 or *{templateType}==4">
|
|
|
+ <a th:href="*{#strings.isEmpty(adsLink2)}? 'javascript:;' : *{adsLink2}" th:attr="target=(*{#strings.isEmpty(adsLink2)} ? '_self' : '_blank')" class="page_main_item ad_02">
|
|
|
+ <img v-if="isPC" th:src="*{pcAdsImage2}" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else th:src="*{appletsAdsImage2}" alt="" class="page_main_item_adv">
|
|
|
+ </a>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="*{templateType}==4">
|
|
|
+ <a th:href="*{#strings.isEmpty(adsLink3)}? 'javascript:;' : *{adsLink3}" th:attr="target=(*{#strings.isEmpty(adsLink3)} ? '_self' : '_blank')" class="page_main_item ad_03">
|
|
|
+ <img v-if="isPC" th:src="*{pcAdsImage3}" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else th:src="*{appletsAdsImage3}" alt="" class="page_main_item_adv">
|
|
|
+ </a>
|
|
|
+ </th:block>
|
|
|
+ <!-- 商品/图片 列表 -->
|
|
|
+ <th:block th:each="pros : ${floor.get('floorImageList')}" th:object="${pros}">
|
|
|
+ <a th:href="*{link}" class="page_main_item ad_04 swiper-slide" target="_blank">
|
|
|
+ <img class="page_main_image" src="/img/base/placeholder.png" th:attr="data-original=*{image}" th:alt="*{name}">
|
|
|
+ <div class="page_main_tag" th:if="*{listType}==2"><p th:text="*{label}"></p></div>
|
|
|
+ <div class="page_main_text">
|
|
|
+ <th:block th:if="${pros.containsKey('product')}">
|
|
|
+ <span class="tag" th:if="${pros.get('product').containsKey('beautyActFlag')} and ${pros.get('product').get('beautyActFlag')}==1">美博会</span>
|
|
|
+ </th:block>
|
|
|
+ <span th:text="${pros.get('name')}"></span>
|
|
|
+ </div>
|
|
|
+ <div class="page_main_price" th:if="*{listType}==1" v-if="userId>0">
|
|
|
+ <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" th:if="${pros.get('product').containsKey('actStatus')}">
|
|
|
+ <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 service_none"><span class="bold">¥</span><i th:attr="class=*{'icon mIcon price_grade_'+priceGrade}"></i></em>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_login" th:attr="data-id=*{priceFlag}">
|
|
|
+ <!--0公开价格 1不公开价格 2仅对会员机构公开-->
|
|
|
+ <em th:if="*{priceFlag}==1" class="price_grade"><span>¥</span>价格未公开</em>
|
|
|
+ <th:block th:unless="*{priceFlag}==1">
|
|
|
+ <em class="price_grade_club"><span>¥</span>会员可见</em>
|
|
|
+ <!--机构价-->
|
|
|
+ <div class="main_price_show">¥<span class="price_num"></span></div>
|
|
|
+ <!--单品优惠时的划线价-->
|
|
|
+ <div class="main_price_show none">¥<span class="price_o_num"></span></div>
|
|
|
+ <!--供应商除自己的商品外,也显示价格等级-->
|
|
|
+ <em class="price_grade_shop"><span class="bold">¥</span><i th:attr="class=*{'icon mIcon price_grade_'+priceGrade}"></i></em>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <!-- 二手商品 -->
|
|
|
+ <th:block th:if="*{productCategory}!=1">
|
|
|
+ <div class="main_price_none sec">
|
|
|
+ <em class="price_grade service_none"><span>¥</span>登录可见</em>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_login" data-id="3" v-if="userId>0">
|
|
|
+ <div class="price_text_tag"></div>
|
|
|
+ <div th:if="*{detailTalkFlag}==2" class="main_price_show">¥价格祥聊</div>
|
|
|
+ <div th:if="*{detailTalkFlag}!=2" class="main_price_show">¥<span class="price_num"></span></div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </th:block>
|
|
|
+
|
|
|
+ <!-- 广告图 -->
|
|
|
+ <th:block th:if="*{templateType}==6">
|
|
|
+ <a th:href="*{#strings.isEmpty(adsLink1)}? 'javascript:;' : *{adsLink1}" th:attr="target=(*{#strings.isEmpty(adsLink1)} ? '_self' : '_blank')" class="page_main_item ad_01">
|
|
|
+ <img v-if="isPC" th:src="*{pcAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
+ <img v-else th:src="*{appletsAdsImage1}" alt="" class="page_main_item_adv">
|
|
|
+ </a>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ <div th:if="*{templateType}==8" class="swiper-pagination swiper-pagination-floor mfc" th:attr="data-id=${floor.get('floorImageList').size}"></div>
|
|
|
+ </div>
|
|
|
+ <div class="section_page_more" th:attr="data-id=*{templateType}, data-size=${floor.get('floorImageList').size}">
|
|
|
+ <div class="more" @click="showMoreItem($event)"> <i class="icon mIcon"></i>查看更多</div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
|
- </th:block>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
<div class="section_page">
|
|
|
<div class="section_page_title">
|
|
|
<h1 data-id="99">优质供应商</h1>
|