diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index 3bf1caa..29dbef6 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -149,7 +149,7 @@ const Header = memo((props: any) => { 认证中 - 暂未加入或注册组织 + {data?.company_name || '暂未加入或注册组织'} @@ -165,7 +165,7 @@ const Header = memo((props: any) => { 已认证 - 暂未加入或注册组织 + {data?.company_name}