浏览代码

首页热门简介更换成一句话营销

anderx 7 年之前
父节点
当前提交
16a602f636
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/index.html

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html

@@ -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>