Commit 3836e5f6 by 叶明星

修复头像问题

parent 54511b54
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@
<li class="nav-header">
<div class="feed-element profile-element">
<a class="pull-left">
<img alt="image" class="img-circle" src="{{ $header }}" onerror="this.src='/img/missing_face.png';" style="width:40px;"/>
<img alt="image" class="img-circle" src="{{ $header }}" onerror="this.src='https://www.ichunt.com/v3/dist/res/home/images/headimg/boy2.png';" style="width:40px;"/>
</a>
<div class="media-body">
<strong class="font-bold" style="color:#FFF" >{{ $username }}</strong>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment