Browse Source

首页智者、相关智者头像地址修改

ender 8 years ago
parent
commit
a378578fbc

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

@@ -253,7 +253,7 @@
 						<div th:if="${#lists.size(speciaList) ge 5}">
 							<a th:href="@{/user/subscriberDetail.html(uid=${speciaList[4].id},type=${speciaList[4].type})}">
 								<div class="index_oneman">
-									<img th:src="${speciaList[4].headPortraitUrl}?${avatarUploadHost+speciaList[4].headPortraitUrl}:${avatarUploadHost+ '/default/person.jpg'}}" alt=""   />
+									<img th:src="${speciaList[4].headPortraitUrl}?${avatarUploadHost+speciaList[4].headPortraitUrl}:${avatarUploadHost+ '/default/person.jpg'}" alt=""   />
 									<h4 class="appellation" th:text="${speciaList[4].abilityLabel}">联网信息产品营销专家</h4>
 									<h3 class="definition" th:text="${speciaList[4].username}">安良煜</h3>
 									<p th:text="${speciaList[4].achievement}">从2003正式接触互联网至今拥有10多年的互联网信息产品营销实战经验。</p>

+ 1 - 1
src/main/webapp/WEB-INF/views/user/subscriberDetail.html

@@ -83,7 +83,7 @@
 		<div>
 			<div th:each="reuserPartner:${reuserPartner}">
 					<a th:href="@{/user/subscriberDetail.html(uid=${reuserPartner.uid},type=${reuserPartner.type})}">
-						<img th:src="${reuserPartner.personPortraitUrl}?${avatarUploadHost+reuserPartner.personPortraitUrl}:${avatarUploadHost+ '/default/person.jpg'}}"
+						<img th:src="${reuserPartner.personPortraitUrl}?${avatarUploadHost+reuserPartner.personPortraitUrl}:${avatarUploadHost+ '/default/person.jpg'}"
 								alt="" />
 						<div class="about_name">
 							<span class="about_man" th:text="${reuserPartner.username}?${reuserPartner.username}:佚名"></span>