Browse Source

首页新闻图片处理修改

anderx 2 years ago
parent
commit
93f58a4e9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/index.html

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

@@ -189,7 +189,7 @@
 			<div class="newinfor_klist">
 				<a th:href="@{/portal/news/newsDetail(id=${e.id},type=1)}" th:each="e:${encyclopedias}">
 					<div class="newinfor_klitem">
-						<img class="newinfor_kliimg"  th:src="${e.titleImg}==null or ${e.titleImhg}== ''?${portalHost+'/img/initPic/newsInit.jpg'}:${avatarUploadHost+e.titleImg}" alt="">
+						<img class="newinfor_kliimg"  th:src="${e.titleImg}==null or ${e.titleImg}== ''?${portalHost+'/img/initPic/newsInit.jpg'}:${avatarUploadHost+e.titleImg}" alt="">
 
 						<div class="newinfor_klicount">
 							<div class="newinfor_klictit" th:text="${#strings.abbreviate(e.title,18)}">专家</div>