master
yin5th 2021-11-25 15:25:59 +08:00
parent ce4045a4b1
commit 5a6e5c6820
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function receiveMessage(event)
// 切换领舞
// 当前领舞人
let leaderIndex = adminList.indexOf(leader['name'])
let leaderIndex = adminList.indexOf(currentLeader['name'])
let newLeader
if (leaderIndex == -1) {
newLeader = adminList[0]