修复搜索空间不展示人数bug

This commit is contained in:
yezian 2024-06-27 22:29:27 +08:00
parent ba1b78ca01
commit 5e2cacd454
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,9 @@ const StreamerSpaceContent = () => {
last_zone_moment_ct: new Date( last_zone_moment_ct: new Date(
zone?.last_zone_moment_ct * 1000 zone?.last_zone_moment_ct * 1000
).toLocaleString(), ).toLocaleString(),
entrant_num: zone.entrant_num,
ironfan_num: zone.ironfan_num,
superfan_num: zone.superfan_num,
}, },
ratio: { ratio: {
zone_third_partner: zone.zone_third_partner, zone_third_partner: zone.zone_third_partner,