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:@"倍刢成功"]; } }