From 17899df88286eb9410851412aed7b6d99f743199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Fri, 25 Feb 2022 15:12:37 +0800 Subject: [PATCH 1/2] merge --- static/.DS_Store | Bin 12292 -> 12292 bytes store/modules/im.js | 4 ---- 2 files changed, 4 deletions(-) diff --git a/static/.DS_Store b/static/.DS_Store index 0958084929c98385330ae932897c37b36763392c..177ce3c00bf7a29756b0a7c7f91cc202ec497b9f 100644 GIT binary patch delta 24 fcmZokXi3;mue{kuK#7ql#9?xQVC7~R)fZd$a(Xg)G5RnDG6qdPAgH-nM)d_309V%z AfB*mh diff --git a/store/modules/im.js b/store/modules/im.js index 10bfeac..01e2b92 100644 --- a/store/modules/im.js +++ b/store/modules/im.js @@ -47,14 +47,10 @@ export default { name: contactInfo.name, portraitUrl: contactInfo.portraitUrl } -<<<<<<< HEAD - } -======= }, setContactRemark(state, contactInfo) { Vue.set(state.contacts, contactInfo.targetId, contactInfo) } ->>>>>>> 013c030963aef06a00ac33d5f767cbd97ef2ceac }, actions: { setContactRemark({ From 76854d37149c11d5bf5dce252401b6037c5ab9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Fri, 25 Feb 2022 15:20:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=B6=88=E6=81=AF=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E5=9C=A8=E6=AC=A1=E5=8F=91=E9=80=81=E8=A1=A8=E6=83=85=E6=AE=8B?= =?UTF-8?q?=E7=95=99=E4=B8=8A=E6=AC=A1=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/im/components/sentMessageBar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/im/components/sentMessageBar.vue b/pages/im/components/sentMessageBar.vue index eaa1ebb..fbcd97b 100644 --- a/pages/im/components/sentMessageBar.vue +++ b/pages/im/components/sentMessageBar.vue @@ -66,6 +66,7 @@ }, onSuccess() { this.$emit('onSuccess') + this.chatText = { value: "", cursor: 0} }, // 处理弹出层 onHidePopus(){