From e38b6da43812bf22ac3c5610dc26f0d62989389d Mon Sep 17 00:00:00 2001 From: xuan Date: Sat, 10 Dec 2022 14:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(=E6=88=91=E7=9A=84):=20?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=9C=AA=E5=BC=80=E5=8F=91=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index 83ae709..b45014f 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -208,7 +208,7 @@ const UserInfo: FC = () => { 功能特色 {Features.map((item, key) => { - return handleClickIconCard(item)}> + return item.path ? handleClickIconCard(item)}> : null })} @@ -218,7 +218,7 @@ const UserInfo: FC = () => { 布料取色 {Coloring.map((item, key) => { - return handleClickIconCard(item)}> + return item.path ? handleClickIconCard(item)}> : null })} @@ -228,7 +228,7 @@ const UserInfo: FC = () => { 统计分析 {Statistics.map((item, key) => { - return handleClickIconCard(item)}> + return item.path ? handleClickIconCard(item)}> : null })}