From d64cb9f1f2c6eca8a852d0f76c9c3c24d742f2b0 Mon Sep 17 00:00:00 2001 From: lyp Date: Sun, 2 Mar 2025 20:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E4=BB=98=E6=AC=BE=E4=B8=8A?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/payment/Payment.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/payment/Payment.tsx b/src/components/payment/Payment.tsx index 7e1acf7..80f0122 100644 --- a/src/components/payment/Payment.tsx +++ b/src/components/payment/Payment.tsx @@ -286,7 +286,7 @@ export default function Payment(props: IPaymentProps) { }); const [countdownTime, setCountdownTime] = useState(''); // const [isCountdownTimeout, setIsCountdownTimeout] = useState(false); - const moneyRange: number[] = [0.01, 20000]; + const moneyRange: number[] = [0.01, 100000]; const countdownIntervalRef = useRef(); const [refreshQrCodeCount, setRefreshQrCodeCount] = useState(0); @@ -383,7 +383,7 @@ export default function Payment(props: IPaymentProps) { return (
- +