修改在线人员数bug修复

pet_li_6.6
liujun 2024-05-20 16:08:39 +08:00
parent ece26192aa
commit 80df79c653
1 changed files with 1 additions and 1 deletions

View File

@ -2834,7 +2834,7 @@ export default {
console.log(peopleList)
for (let i = 0; i < peopleList.length; i++) {
const item = peopleList[i]
if ((!item) || (item.ts === 1)) continue
if ((!item)) continue
//
const index = _this.onePerLocArr.findIndex(item1 => {
return item1.id.toString() === item.id.toString()