|
|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
<div class="big_img">
|
|
|
<div th:if="${achievementdetail.technicalPictureUrl} == null ">
|
|
|
- <img th:src="${avatarUploadHost+ '/default/bigimg_null.png'}" alt=""/>
|
|
|
+ <img th:src="${portalHost+'/img/indexNewTab.jpg'}" alt=""/>
|
|
|
</div>
|
|
|
<div th:if="${achievementdetail.technicalPictureUrl} != null ">
|
|
|
<img th:src= "${avatarUploadHost+achievementdetail.technicalPictureUrl}"alt="" />
|
|
|
@@ -78,7 +78,7 @@
|
|
|
<div th:each="reboutiqueachievement:${reboutiqueachievement}" class="pointer" >
|
|
|
|
|
|
<div th:if="${reboutiqueachievement.technicalPictureUrl} == null " >
|
|
|
- <img th:src="${avatarUploadHost+ '/default/zhuanliimg_null.png'}" alt=""/>
|
|
|
+ <img th:src="${portalHost+'/img/indexNewTab.jpg'}" alt=""/>
|
|
|
</div>
|
|
|
<div th:if="${reboutiqueachievement.technicalPictureUrl} != null ">
|
|
|
<img th:src="${avatarUploadHost+reboutiqueachievement.technicalPictureUrl}" alt=""/>
|
|
|
@@ -103,7 +103,7 @@
|
|
|
<ul>
|
|
|
<li th:each="reachievementlist:${guess}">
|
|
|
<div th:if="${reachievementlist.technicalPictureUrl} == null " >
|
|
|
- <img th:src="${avatarUploadHost+ '/default/zhuanliimg_null.png'}" alt=""/>
|
|
|
+ <img th:src="${portalHost+'/img/indexNewTab.jpg'}" alt=""/>
|
|
|
</div>
|
|
|
<div th:if="${reachievementlist.technicalPictureUrl} != null " >
|
|
|
<img th:src="${avatarUploadHost+reachievementlist.technicalPictureUrl}" alt=""/>
|