From a1a38d821cb0bb7f0054a2a6ec00aed55b1023df Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Tue, 11 Nov 2025 15:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyBoard/Class/Me/VC/KBPersonInfoVC.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keyBoard/Class/Me/VC/KBPersonInfoVC.m b/keyBoard/Class/Me/VC/KBPersonInfoVC.m index f4a6b1c..d7e6041 100644 --- a/keyBoard/Class/Me/VC/KBPersonInfoVC.m +++ b/keyBoard/Class/Me/VC/KBPersonInfoVC.m @@ -172,6 +172,11 @@ }; [pop pop]; + }else if (indexPath.row == 2){ + NSString *userID = self.items[2][@"value"]; + if (userID.length == 0) return; + UIPasteboard.generalPasteboard.string = userID; + [KBHUD showInfo:@"倍刢成功"]; } }