From 22965eedf37b03ca4b6fc97710953000d3542ded Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Mon, 9 Feb 2026 16:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=AE=80=E4=BB=8B=E5=92=8C?= =?UTF-8?q?=E6=98=B5=E7=A7=B0=E4=BF=AE=E6=94=B9=E5=90=8E=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/components/UserInfo/index.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/project.config.json b/project.config.json index 145631b..15d90c1 100644 --- a/project.config.json +++ b/project.config.json @@ -46,4 +46,4 @@ "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": {} -} \ No newline at end of file +} diff --git a/src/components/UserInfo/index.tsx b/src/components/UserInfo/index.tsx index 3fb9ede..788b945 100644 --- a/src/components/UserInfo/index.tsx +++ b/src/components/UserInfo/index.tsx @@ -134,6 +134,7 @@ const UserInfoCardComponent: React.FC = ({ location_picker_visible, ntrp_picker_visible, occupation_picker_visible, + edit_modal_visible, ]; const allPickersClosed = visibles.every((item) => !item); // 所有选择器都关闭时,显示 GuideBar;否则隐藏 @@ -143,6 +144,7 @@ const UserInfoCardComponent: React.FC = ({ location_picker_visible, ntrp_picker_visible, occupation_picker_visible, + edit_modal_visible, ]); // 职业数据