From 46bc4d104ceec04c6ab2644d271b154ebc99a41d Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 19 Jan 2024 11:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BA=A2=E5=8C=85=E7=A5=9D=E7=A6=8F=E8=AF=AD=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/redPackets/index.jsx | 5 ++--- src/components/redPackets/rules.js | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/redPackets/index.jsx b/src/components/redPackets/index.jsx index 8b3fc411..866b3762 100644 --- a/src/components/redPackets/index.jsx +++ b/src/components/redPackets/index.jsx @@ -361,6 +361,7 @@ export default class addKnockGold extends Component { /* 提交 */ async submit() { + console.log(this.refs.form.validator()) if ( this.refs.form.validator() && this.refs.form1.validator() && @@ -579,9 +580,7 @@ export default class addKnockGold extends Component { 账号领取 - ) : ( - <> - )} + ) : null}