This commit is contained in:
lanzhihui 2024-10-23 16:30:51 +08:00
parent e5262370df
commit ed6b2df60c

View File

@ -971,7 +971,7 @@ wepy.page({
callbackSend(type) { callbackSend(type) {
let vm = this let vm = this
let data = { let data = {
them_id: vm.otherUserId * 1, team_id: vm.otherUserId * 1,
content: vm.msg, content: vm.msg,
type: type type: type
} }