|
|
@@ -59,7 +59,7 @@
|
|
|
<li th:each="star,iterStart:${starList}">
|
|
|
<div class="star_content_img">
|
|
|
<img th:if="${star.personPortraitUrl!=null && star.personPortraitUrl!=''}" th:src="${avatarUploadHost + star.personPortraitUrl}">
|
|
|
- <a href="#">
|
|
|
+ <a href="#" class="interest-star">
|
|
|
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
<input type="hidden" id="interestId" th:value=${star.interestId}>
|
|
|
关注
|