加入头像显示功能
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 %}
|
||||||
@@ -296,7 +297,7 @@
|
|||||||
<el-descriptions-item label="昵称">{% raw %}{{ currentUser.name }}{% endraw %}</el-descriptions-item>
|
<el-descriptions-item label="昵称">{% raw %}{{ currentUser.name }}{% endraw %}</el-descriptions-item>
|
||||||
<!-- 可以添加更多用户相关信息 -->
|
<!-- 可以添加更多用户相关信息 -->
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
<!-- 公众号详情对话框 -->
|
<!-- 公众号详情对话框 -->
|
||||||
<el-dialog title="公众号详情" {% raw %}:visible.sync="officialDetailDialogVisible"{% endraw %} width="50%">
|
<el-dialog title="公众号详情" {% raw %}:visible.sync="officialDetailDialogVisible"{% endraw %} width="50%">
|
||||||
|
|||||||
Reference in New Issue
Block a user