From c7ee75f3fb4a11fa0267e34ed98799f1bfedfac7 Mon Sep 17 00:00:00 2001 From: liangqingchun <337883080@qq.com> Date: Mon, 12 Oct 2020 14:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8F=90=E9=86=92bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- littleApp_child/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/littleApp_child/app.js b/littleApp_child/app.js index 046d434..ae18374 100644 --- a/littleApp_child/app.js +++ b/littleApp_child/app.js @@ -150,6 +150,7 @@ App({ }, username: '', yourname: message.from, + serviceId: message.ext.serviceId, msg: { type: 'img', data: message.url, @@ -187,6 +188,7 @@ App({ }, username: '', yourname: message.from, + serviceId: message.ext.serviceId, msg: { type: 'audio', data: message.url, -- 1.8.3.1