|
|
@@ -158,9 +158,12 @@
|
|
|
<div class="expert_content_img">
|
|
|
<img th:if="${star.personPortraitUrl} != null" th:src="${avatarUploadHost + star.personPortraitUrl}">
|
|
|
<a href="#" class="interest-star">
|
|
|
- <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
- <input type="hidden" id="uid" th:value="${star.uid}">
|
|
|
- 关注
|
|
|
+ <span class="txt">
|
|
|
+ <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
|
|
|
+ 关注
|
|
|
+ </span>
|
|
|
+ <input type="hidden" id="uid" th:value="${star.uid}">
|
|
|
+ <input type="hidden" class="interestId" value="">
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="expert_content_info">
|