From 73e69f2fc6ba62cfa56cadc7e5c1f32e0f6cd36f Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 5 Mar 2024 16:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/combining/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/combining/index.jsx b/src/components/combining/index.jsx index 8db1d16a..72ce3b05 100644 --- a/src/components/combining/index.jsx +++ b/src/components/combining/index.jsx @@ -219,7 +219,7 @@ const Combining = forwardRef((props, ref) => { : [], timer: [time_limit.receive_time.start_time, time_limit.receive_time.end_time] }) - sessionStorage.setItem("knockGoldData", JSON.stringify(lj_arr.filter((item) => item.origin))) + sessionStorage.setItem("knockGoldData", JSON.stringify(propsData.product.reduce)) } /* 获取数据 */