新增推出仿真成员处理
This commit is contained in:
parent
83ee31034b
commit
fb351cd75d
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user