加入头像显示功能
This commit is contained in:
@@ -283,6 +283,7 @@
|
|||||||
|
|
||||||
<!-- 用户详情对话框 -->
|
<!-- 用户详情对话框 -->
|
||||||
<el-dialog title="用户详情" {% raw %}:visible.sync="userDetailDialogVisible"{% endraw %} width="50%">
|
<el-dialog title="用户详情" {% raw %}:visible.sync="userDetailDialogVisible"{% endraw %} width="50%">
|
||||||
|
<div style="text-align: center; margin-bottom: 20px;">
|
||||||
<el-avatar
|
<el-avatar
|
||||||
size="large"
|
size="large"
|
||||||
{% raw %}:src="getHeadImage(currentUser.wxid)"{% endraw %}
|
{% raw %}:src="getHeadImage(currentUser.wxid)"{% endraw %}
|
||||||
|
|||||||
Reference in New Issue
Block a user