Browse Source

项目详情页面图片修复

anderx 7 years ago
parent
commit
080e32ee8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/portal/service/projectDetails.html

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

@@ -83,7 +83,7 @@
 				<div class="fine">
                     <div class="fine_title">推荐项目</div>
                     <div class="pointer" th:each="recommend:${recommend}">
-                        <img  th:src="${recommend.minLogoUrl}!=null?${portalHost+recommend.minLogoUrl}:${avatarUploadHost+ '/default/zhuanliimg_null.png'}" alt=""/>
+                        <img  th:src="${recommend.minLogoUrl}!=null?${avatarUploadHost+recommend.minLogoUrl}:${avatarUploadHost+ '/default/zhuanliimg_null.png'}" alt=""/>
                         <p th:text="${recommend.name}"></p>
                         <input type="hidden" th:isInterester="${recommend.id}" id="projectId">
                     </div>