|
|
@@ -58,7 +58,7 @@
|
|
|
<ul>
|
|
|
<li th:each="star,iterStart:${starList}">
|
|
|
<div class="star_content_img">
|
|
|
- <img th:src="${avatarHost + star.personPortraitUrl}">
|
|
|
+ <img th:if="${star.personPortraitUrl != null}" th:src="${avatarHost + star.personPortraitUrl}">
|
|
|
<a href="#">
|
|
|
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
关注
|