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, ]); // 职业数据