Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_home
cxt 5 years ago
commit 7ea2845dff

@ -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