用户自身头像显示 未完成

This commit is contained in:
Kaniu Tayou
2018-12-29 17:04:23 +08:00
parent b95581b63c
commit b42c7a132f
4 changed files with 43 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ namespace StormChatWPF
private void OnHaveLogin(ResultHead head, User user)
{
if (head.Error == "")
{
{
User.Me = user;
StormClient.QueueGetUserList();
}