可运行
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{% for item in list %}
|
||||
<tr>
|
||||
<td>
|
||||
<img alt="image" class="img-circle" src="{{ item.member_info.avatar }}" style="width: 40px;height: 40px;">
|
||||
<img alt="image" class="img-circle" src="{{ buildImageUrl(item.member_info.avatar) if item.member_info.avatar else buildStaticUrl('/images/common/avatar.png') }}" style="width: 40px;height: 40px;">
|
||||
</td>
|
||||
<td>{{ item.member_info.nickname }}</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user