|
|
@@ -176,7 +176,7 @@
|
|
|
<div th:each="p,pStatus:${projects}">
|
|
|
<img th:src="${p.maxImgUrl}==null?${portalHost+'/img/indedImg/inded11.png'}:${avatarUploadHost+p.maxImgUrl}" alt="">
|
|
|
<h3 th:text="${p.name}">高新认定</h3>
|
|
|
- <p th:text="${p.advertisement}==null?'暂无简介':${#strings.advertisement(p.summary,30)}"></p>
|
|
|
+ <p th:text="${p.advertisement}==null?'暂无简介':${#strings.abbreviate(p.advertisement,30)}"></p>
|
|
|
<a th:href="@{/portal/service/serviceDetail(id=${p.id})}">立即办理</a>
|
|
|
</div>
|
|
|
</div>
|