From fe02bc90c8f201086901aa6bfd9b0fa2e6c7a704 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Thu, 25 Apr 2024 14:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=20=E5=BD=93=E4=BC=9A?= =?UTF-8?q?=E8=AF=9D=E5=AD=98=E5=9C=A8source=EF=BC=8C=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=97=B6=E4=BB=A5chat=5Fsource=E5=B8=A6?= =?UTF-8?q?=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/chat.nvue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/chat/chat.nvue b/pages/chat/chat.nvue index e549e40..9cbbd0a 100644 --- a/pages/chat/chat.nvue +++ b/pages/chat/chat.nvue @@ -1227,6 +1227,10 @@ return ids }, sendMsg(msg, callback) { + if(this.conversation.source){ + msg.chat_source = this.conversation.source + } + // console.log('sendMsg-sendMsg-sendMsg', msg); const uniImCo = uniCloud.importObject('uni-im-co', { customUI: true -- GitLab