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 }