|
@@ -10,14 +10,21 @@
|
|
|
<div class="cm-modal"></div>
|
|
|
<!--导航栏-->
|
|
|
<template th:replace="article/components/article-header"></template>
|
|
|
-<!--<div class="tip-bar">-->
|
|
|
-<!-- <!– <div class="tip">提示:产品详情请到采美商城搜索</div> –>-->
|
|
|
-<!-- <!– 面包屑–>-->
|
|
|
-<!-- <div th:if="${typeId}>0" class="bar">-->
|
|
|
-<!-- <a href="/" target="_blank">首页</a>> <a th:each="type: ${articleType}" th:if="${typeId}==${type.id}" th:text="${type.name}" href="javascript:void(0);" class="title newTitle"></a>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!--</div>-->
|
|
|
-<div class="info-banner PcBanner" th:if="${isSearch}">
|
|
|
+<div class="tip-bar">
|
|
|
+ <!-- <div class="tip">提示:产品详情请到采美商城搜索</div> -->
|
|
|
+ <!-- 面包屑-->
|
|
|
+ <div th:if="${typeId}>0" class="bar">
|
|
|
+ <a href="/" target="_blank">首页 > </a>
|
|
|
+ <a th:each="type: ${articleType}" th:if="${typeId}==${type.id}" th:text="${type.name}" href="javascript:void(0);" class="title newTitle"></a>
|
|
|
+ <span th:each="type: ${articleType}">
|
|
|
+ <a th:text="${type.name}" href="javascript:void(0);" class="title newTitle"></a>
|
|
|
+ <span th:each="childLink: ${type.linkList}">
|
|
|
+ <a th:if="${typeId}==${childLink.id}" href="javascript:void(0);" class="title newTitle" th:text="'>' + ${childLink.name}"></a>
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">
|
|
|
<div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1" >
|
|
|
<a th:href="${type.jumpLink}">
|
|
|
<img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|