From ed6b2df60c05a541f2029e4540e18abaca027354 Mon Sep 17 00:00:00 2001 From: lanzhihui <503792708@qq.com> Date: Wed, 23 Oct 2024 16:30:51 +0800 Subject: [PATCH] update --- src/pages/news/groupChitchat.wpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/news/groupChitchat.wpy b/src/pages/news/groupChitchat.wpy index d453428..a4e76f7 100644 --- a/src/pages/news/groupChitchat.wpy +++ b/src/pages/news/groupChitchat.wpy @@ -971,7 +971,7 @@ wepy.page({ callbackSend(type) { let vm = this let data = { - them_id: vm.otherUserId * 1, + team_id: vm.otherUserId * 1, content: vm.msg, type: type }