他人页禁止修改

This commit is contained in:
2025-11-09 14:27:56 +08:00
parent 712ebe6463
commit 905aa4841c
2 changed files with 8 additions and 5 deletions

View File

@@ -243,6 +243,7 @@ const OtherUserPage: React.FC = () => {
{/* 用户信息区域 */}
<View className="user_info_section">
<UserInfoCard
editable={false}
user_info={user_info}
is_current_user={false}
is_following={is_following}