From bce1431d03c79cba12e9e675acc7e2533fca7912 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 3 May 2023 19:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=87=8D=E8=AF=95=E6=AC=A1=E6=95=B0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/error/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/error/index.tsx b/src/pages/error/index.tsx index 396b01c3..3e4c5475 100644 --- a/src/pages/error/index.tsx +++ b/src/pages/error/index.tsx @@ -50,7 +50,7 @@ const Error = () => {
{loading ? ( - ) : retryTimes.current < 3 ? ( + ) : retryTimes.current > 3 ? (