From ed95365452f2313865f39ea577402fa83ed218e4 Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 25 Dec 2023 16:53:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=20=E6=9C=80=E5=A4=A7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/index.jsx | 2 +- src/components/redPackets/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index adc8db6a..41b52e5c 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -1544,7 +1544,7 @@ export default class addKnockGold extends Component { }} width="520px" text={this.state.model.instruction} - limitLength={this.state.model.channel != 3 ? 500 : 1000} + limitLength={5000} key={this.state.model.channel} /> diff --git a/src/components/redPackets/index.jsx b/src/components/redPackets/index.jsx index 2670cf8e..8b3fc411 100644 --- a/src/components/redPackets/index.jsx +++ b/src/components/redPackets/index.jsx @@ -1129,7 +1129,7 @@ export default class addKnockGold extends Component { }} width="520px" text={this.state.model.instruction} - limitLength={this.state.model.channel != 3 ? 500 : 1000} + limitLength={5000} key={this.state.model.channel} />