新增推出仿真成员处理

This commit is contained in:
fan 2023-05-22 17:16:38 +08:00
parent 83ee31034b
commit fb351cd75d

View File

@ -273,6 +273,8 @@ const training = {
state.simulationUserList.push(item);
} else if (item.messageType === 'KICK_OUT' && memberIndex > -1) {
state.simulationUserList.splice(memberIndex, 1);
} else if (item.messageType === 'EXIT' && memberIndex > -1) {
state.simulationUserList.splice(memberIndex, 1);
}
if (item.messageType === 'PLAY_CHANGE') {