From 73ad39926789e64ab7a5398bb4e9d86f677689bc Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 13 Jul 2022 06:19:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A2=84=E8=AD=A6=E7=99=BE?= =?UTF-8?q?=E5=88=86=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 39377c72..adedad65 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -378,7 +378,7 @@ export default class addKnockGold extends Component { natural_limit: this.state.model.natural_limit, brush_limit: this.state.model.brush_limit, instruction: this.state.model.instruction, - early_per: this.state.model.early_per, + early_per: this.state.model.early_per.filter((item) => item), early_notifier: this.state.model.early_notifier.map(({ text, key }) => ({ real_name: text, mobile: key