浏览代码

默认图片修改

liliang4869 7 年之前
父节点
当前提交
68a375dbe6

+ 3 - 3
src/main/webapp/WEB-INF/views/portal/technologyTrading/achievementDetail.html

@@ -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=""/>

+ 3 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/demand.html

@@ -90,7 +90,9 @@
 			</marquee>
 		</div>
 		<div class="newDemand">
-			<a th:href="@{/portal/technologyTrading/demandList}"><img th:src="${portalHost+'/img/newMenu/demand-2.jpg'}" alt=""></a>
+			<div class="demandZnew">
+        <a th:href="@{/portal/technologyTrading/demandList}">查看更多 >></a>
+            </div>
 			<ul>
 
 				<li th:each="recentDemandList:${recentDemandList}">

+ 3 - 3
src/main/webapp/WEB-INF/views/portal/technologyTrading/demandDetail.html

@@ -27,7 +27,7 @@
 					</div>
 					<div class="big_img">
 						<div th:if="${demand.pictureUrl} == null " >
-							<img th:src="${avatarUploadHost+ '/default/bigimg_null.png'}" alt=""/>
+							<img th:src="${portalHost+'/img/indexNewTab.jpg'}" alt=""/>
 						</div>
 						<div th:if="${demand.pictureUrl} != null " >
 							<img th:src= "${avatarUploadHost+demand.pictureUrl}"alt="" />
@@ -65,7 +65,7 @@
 						<div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
 							
 							<div th:if="${reboutiquedemand.pictureUrl} == null " >
-								<img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
+								<img th:src="${portalHost+'/img/indexNewTab.jpg'}" alt=""/>
 							</div>
 							<div th:if="${reboutiquedemand.pictureUrl} != null" >
 								<img th:src="${avatarUploadHost+reboutiquedemand.pictureUrl}" alt=""/>
@@ -89,7 +89,7 @@
 					<ul>
 						<li th:each="redemandlist:${redemandlist}"> 
 							<div th:if="${redemandlist.pictureUrl} == null " >
-								<img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
+								<img th:src="${portalHost+'/img/indexNewTab.jpg'}" alt=""/>
 							</div>
 							<div th:if="${redemandlist.pictureUrl} != null" >
 								<img th:src="${avatarUploadHost+redemandlist.pictureUrl}" alt=""/>