From e1545c9a830270e651f2bc44b630d00688797758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Tue, 2 Dec 2025 10:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=94=80=E7=99=BB=E5=BD=95=20?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E8=BF=9B=E5=85=A5=E9=A6=96=E9=A1=B5=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/container/listContainer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/container/listContainer/index.tsx b/src/container/listContainer/index.tsx index 5dabdc3..dd1b39e 100644 --- a/src/container/listContainer/index.tsx +++ b/src/container/listContainer/index.tsx @@ -145,7 +145,7 @@ const ListContainer = (props) => { item1, item2, { type: "evaluateCard" }, - ...(showNumber !== undefined ? rest.slice(0, defaultShowNum - 2) : rest), + ...(showNumber !== undefined ? rest.slice(0, showNumber - 3) : rest), ]; }