diff --git a/src/oc-community-frontend/src/components/ChatWindow.vue b/src/oc-community-frontend/src/components/ChatWindow.vue index 3aefd08..e010b96 100644 --- a/src/oc-community-frontend/src/components/ChatWindow.vue +++ b/src/oc-community-frontend/src/components/ChatWindow.vue @@ -3,7 +3,10 @@
{{ activeContact?.name || '选择联系人' }}
-
{{ activeContact.status || '在线' }}
+
+ + {{ statusText }} +
资料 @@ -36,7 +39,7 @@ + + \ No newline at end of file