From 5d0e5cf8e52623c40e99a6845f3dd271a03866f8 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Sat, 22 Nov 2025 14:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Level/cpLevel/hook.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Level/cpLevel/hook.tsx b/src/views/Level/cpLevel/hook.tsx index 7de6442..3917e6f 100644 --- a/src/views/Level/cpLevel/hook.tsx +++ b/src/views/Level/cpLevel/hook.tsx @@ -108,10 +108,10 @@ export function useData() { name: rowData?.name ?? "", image: rowData?.image ?? "", change_value: rowData?.change_value ?? "", - rights_icon: rowData?.rights_icon ?? "", + rights_icon: rowData?.rights_icon_id ?? "", dress_id: rowData?.dress_id ?? "", jiajia_id: rowData?.jiajia_id ?? "", - pendant: rowData?.pendant ?? "", + pendant: rowData?.pendant_id ?? "", direction: rowData?.direction ?? "" } },