diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 2271412..d1d6f0f 100755 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -517,7 +517,7 @@ function CollectionCard({

暂无股票

) : (
- {stocks.slice(0, 10).map((stock) => ( + {stocks.slice(0, 20).map((stock) => ( ))} - {stocks.length > 10 && ( -

还有 {stocks.length - 10} 只股票...

+ {stocks.length > 20 && ( +

还有 {stocks.length - 20} 只股票...

)}
)}