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