diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx index 7fb6b475..9bcc610d 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx @@ -233,7 +233,7 @@ const Person: React.FC = ({ const hasGroupManagePermission = () => { if (!kfSelectedUser || !contract) return false; // 当客服的wechatId与contract的chatroomOwner相同时,才有完整的群管理权限 - return kfSelectedUser.wechatId === (contract as any).chatroomOwner; + return kfSelectedUser.nickname === (contract as any).chatroomOwnerNickname; }; // 获取所有可用标签