|
@@ -319,7 +319,9 @@
|
|
|
<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_type" th:if="*{productType}== 2">医疗器械</div>
|
|
|
+ <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_tag" th:if="*{listType}==2"><p th:text="*{label}"></p></div>
|
|
|
<div class="page_main_text">
|
|
|
<th:block th:if="${pros.containsKey('product')}">
|