|
|
@@ -58,7 +58,8 @@
|
|
|
<div class="fruit_content" th:if="${#lists.size(achievementList) ge 1}">
|
|
|
<img th:src="${avatarUploadHost+achievementList[0].coverImg}" alt="" />
|
|
|
<div class="cont_p">
|
|
|
-
|
|
|
+ <h5 th:text="${achievementList[0].name}"></h5>
|
|
|
+ <p th:text="${achievementList[0].summary}"></p>
|
|
|
</div>
|
|
|
<div class="cont_img">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[0].productId},type=${achievementList[0].ownerType})}">
|