zdg #332

Merged
zhengdegang merged 6 commits from zdg into main 2024-10-18 17:08:47 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d40873d198 - Show all commits

View File

@ -158,7 +158,7 @@ const touchChange = (e) => {
const chatChange = (type, data, ...args) => { const chatChange = (type, data, ...args) => {
if (type == 'createGroup') { // - if (type == 'createGroup') { // -
console.log('创建群:', data) console.log('创建群:', data)
!!data && classManageApi.startClass(classObj.id, data) // !!data && classManageApi.startClass(classObj.id, data)
} else if (type == 'msg') { // im-chat } else if (type == 'msg') { // im-chat
if (!data) return // msg message_msg_id if (!data) return // msg message_msg_id
const msgId = (args||[])[0].message_msg_id const msgId = (args||[])[0].message_msg_id