From 267b1790eca71f1216f923ace83096040b88e2f8 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 12 Jan 2023 20:50:13 +0800 Subject: [PATCH] =?UTF-8?q?mp=EF=BC=9A=E6=94=AF=E6=8C=81=E5=8F=91=E9=80=81?= =?UTF-8?q?=E3=80=90=E8=A7=86=E9=A2=91=E3=80=91=E6=B6=88=E6=81=AF=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E6=96=B0=E5=BB=BA=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/mp/components/wx-reply/main.vue | 77 ++++++++++++++----- 1 file changed, 57 insertions(+), 20 deletions(-) diff --git a/yudao-ui-admin/src/views/mp/components/wx-reply/main.vue b/yudao-ui-admin/src/views/mp/components/wx-reply/main.vue index 81e52947a..cb1a0054b 100644 --- a/yudao-ui-admin/src/views/mp/components/wx-reply/main.vue +++ b/yudao-ui-admin/src/views/mp/components/wx-reply/main.vue @@ -4,6 +4,8 @@ 芋道源码: ① 移除多余的 rep 为前缀的变量,让 message 消息更简单 ② 代码优化,补充注释,提升阅读性 + ③ 优化消息的临时缓存策略,发送消息时,只清理被发送消息的 tab,不会强制切回到 text 输入 + ④ 支持发送【视频】消息时,支持新建视频 -->