From 5e2cacd454640e03686fe96cce3c5740d83d109b Mon Sep 17 00:00:00 2001 From: yezian Date: Thu, 27 Jun 2024 22:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E4=B8=8D=E5=B1=95=E7=A4=BA=E4=BA=BA=E6=95=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/StreamerSpace/index.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/StreamerSpace/index.jsx b/src/pages/StreamerSpace/index.jsx index 1732cc2..e31f227 100644 --- a/src/pages/StreamerSpace/index.jsx +++ b/src/pages/StreamerSpace/index.jsx @@ -315,6 +315,9 @@ const StreamerSpaceContent = () => { last_zone_moment_ct: new Date( zone?.last_zone_moment_ct * 1000 ).toLocaleString(), + entrant_num: zone.entrant_num, + ironfan_num: zone.ironfan_num, + superfan_num: zone.superfan_num, }, ratio: { zone_third_partner: zone.zone_third_partner,