From e3c281c73c5a43cad1f075c00a680e399aa07cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Wed, 11 May 2022 14:19:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chat/index.vue | 95 +++++++++++++++++-- src/views/chat/message.vue | 185 +++++++++++++++++++++++++++++++++++++ 2 files changed, 274 insertions(+), 6 deletions(-) create mode 100644 src/views/chat/message.vue diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index a53bb4c..f42d24a 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -4,8 +4,8 @@
近期会话
-
- - +
+
@@ -29,10 +29,13 @@
+ 个人订单 转移会话
-
+ + +
@@ -56,6 +59,7 @@