|
|
@@ -95,7 +95,7 @@
|
|
|
<ul>
|
|
|
<li th:each="ra:${recentAchievements}" >
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${ra.id},type=${ra.dataCategory})}">
|
|
|
- <img th:src="${ra.firstPicture}==null?${portalHost+'/img/newMenu/achievement_2.jpg'}:${avatarUploadHost+ra.firstPicture}" alt="">
|
|
|
+ <img th:src="${ra.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+ra.firstPicture}" alt="">
|
|
|
<div>
|
|
|
<p th:text="${#strings.abbreviate(ra.name,15)}"></p>
|
|
|
<p><span class="orange" th:text="${ra.dataCategoryS}"></span>
|
|
|
@@ -125,7 +125,7 @@
|
|
|
<li class="col-sm-4" th:each="hota:${hotAchievements}">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${hota.id},type=${hota.dataCategory})}">
|
|
|
<div>
|
|
|
- <img th:src="${hota.firstPicture}==null?${portalHost+'/img/newMenu/achievement_8.jpg'}:${avatarUploadHost+hota.firstPicture}" alt="">
|
|
|
+ <img th:src="${hota.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+hota.firstPicture}" alt="">
|
|
|
<div>
|
|
|
<h4 th:text="${hota.name}">高压电极加热技术和蓄热技术巨物无...</h4>
|
|
|
<p><span class="orange" th:text="${hota.interestCount}==null?'已关注:0人':${'已关注'+hota.interestCount+'人'}">
|
|
|
@@ -173,7 +173,7 @@
|
|
|
<li class="col-sm-4" th:each="pts:${patents}">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${pts.id},type=${pts.dataCategory})}">
|
|
|
<div>
|
|
|
- <img th:src="${pts.firstPicture}==null?${portalHost+'/img/newMenu/achievement_14.jpg'}:${avatarUploadHost+pts.firstPicture}" alt="">
|
|
|
+ <img th:src="${pts.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pts.firstPicture}" alt="">
|
|
|
<p th:text="${pts.name}"></p>
|
|
|
</div>
|
|
|
</a>
|
|
|
@@ -199,7 +199,7 @@
|
|
|
<li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}<5">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
|
|
|
<div class="imgBj" >
|
|
|
- <img th:src="${pt.firstPicture}==null?${portalHost+'/img/newMenu/achievement_19.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
|
|
|
+ <img th:src="${pt.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
|
|
|
<span></span>
|
|
|
</div>
|
|
|
<div class="txts">
|
|
|
@@ -220,7 +220,7 @@
|
|
|
|
|
|
<li th:each="pt,ptStat:${practicalTechnology}" th:if="${ptStat.index}>=5 and ${ptStat.index}<8">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${pt.id},type=${pt.dataCategory})}">
|
|
|
- <img th:src="${pt.firstPicture}==null?${portalHost+'/img/newMenu/achievement_19.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
|
|
|
+ <img th:src="${pt.firstPicture}==null?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pt.firstPicture}" alt="">
|
|
|
<div class="practicalGrounpTxt">
|
|
|
<div class="txts">
|
|
|
<h5 th:text="${pt.name}"></h5>
|