|
@@ -14,9 +14,12 @@
|
|
<div class="cm-modal"></div>
|
|
<div class="cm-modal"></div>
|
|
<!--导航栏-->
|
|
<!--导航栏-->
|
|
<template th:replace="article/components/article-header"></template>
|
|
<template th:replace="article/components/article-header"></template>
|
|
-<!--面包屑-->
|
|
|
|
-<div 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 class="tip-bar">
|
|
|
|
+ <div class="tip">提示:产品详情请到采美商城搜索</div>
|
|
|
|
+ <!--面包屑-->
|
|
|
|
+ <div 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>
|
|
<!--主体内容-->
|
|
<!--主体内容-->
|
|
<div class="content clearfix" th:object="${article}">
|
|
<div class="content clearfix" th:object="${article}">
|