From a32f7929a72e5a7934725fd83dfc0331dfb6a28a Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Thu, 27 Nov 2025 21:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserInfo/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UserInfo/index.tsx b/src/components/UserInfo/index.tsx index f71aaab..89e1ed9 100644 --- a/src/components/UserInfo/index.tsx +++ b/src/components/UserInfo/index.tsx @@ -713,8 +713,8 @@ const arePropsEqual = ( }; // 使用 React.memo 优化组件,减少不必要的重新渲染 -export const UserInfoCard = React.memo(UserInfoCardComponent, arePropsEqual); - +// export const UserInfoCard = React.memo(UserInfoCardComponent, arePropsEqual); +export const UserInfoCard = UserInfoCardComponent; // 球局记录接口 export interface GameRecord { id: string;