From d917dcbf1173d0f5235d666426f7e06f77d1b69c Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 21 Nov 2022 14:32:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20api=E8=81=94=E8=B0=83=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/components/ActiveCard/index.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/pages/components/ActiveCard/index.tsx b/src/pages/components/ActiveCard/index.tsx index 9f8077c..97fd988 100644 --- a/src/pages/components/ActiveCard/index.tsx +++ b/src/pages/components/ActiveCard/index.tsx @@ -17,7 +17,7 @@ const ActiveCard = (props: any) => { {false && ( - 标签 + 图片标签 )} @@ -58,18 +58,7 @@ const ActiveCard = (props: any) => { - {/* - 标签 - 头像 - 按钮 - */} - {/* */} ); };