dev_home
杨树明 5 years ago
parent 91928bba2b
commit 014a533d6c

@ -185,7 +185,7 @@ class CCommentItem extends Component{
</a> </a>
: <a href={`${_origin}/users/${item.user_info.user_login}`} target="_blank"> : <a href={`${_origin}/users/${item.user_info.user_login}`} target="_blank">
<img alt="用户头像" height="50" <img alt="用户头像" height="50"
src={imgSrc} src={`${getImageUrl(`images/`+imgSrc)}`}
width="50"/> width="50"/>
</a>} </a>}
</div> </div>

Loading…
Cancel
Save