From e41b5ef5ff8d2aff22428482a1140f08d3f74192 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Wed, 1 Jan 2025 18:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0avatar=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=81=E8=81=8A=E5=A4=A9=E6=98=BE=E7=A4=BA=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=EF=BC=8C=E8=81=8A=E5=A4=A9=E6=9C=89=E6=B6=88=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E5=89=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Chat.vue | 297 ++++++++++++++++++++++++----------------- src/views/UserList.vue | 83 +++++++++++- 2 files changed, 257 insertions(+), 123 deletions(-) diff --git a/src/views/Chat.vue b/src/views/Chat.vue index 300a776..911da5b 100644 --- a/src/views/Chat.vue +++ b/src/views/Chat.vue @@ -1,14 +1,16 @@ - + - {{ + + {{ cur_user_name }} : {{ formatTime(item.CreatedAt) }} @@ -143,9 +146,17 @@ - + -
+
@@ -159,56 +170,64 @@ {{ tokenData.username }} : {{ formatTime(item.CreatedAt) }} - - {{ tokenData.username }} - + - + -
+
+
-
-
- - - - 文件发送 - - - - - + - 发送 + 文件发送 - - + + + + + + 发送 + + +
@@ -217,12 +236,12 @@