添加举报

This commit is contained in:
2026-01-29 16:42:43 +08:00
parent 26096abbcc
commit b556e6841d
11 changed files with 535 additions and 62 deletions

View File

@@ -6,10 +6,10 @@
//
#import "AIPersonInfoVC.h"
//#import "AIReportVC.h"
#import "AiVM.h"
#import "KBAICompanionDetailModel.h"
#import <SDWebImage/SDWebImage.h>
#import "AIReportVC.h"
@interface AIPersonInfoVC ()
@@ -204,9 +204,9 @@
- (void)reportButtonTapped {
self.reportPopView.hidden = YES;
// AIReportVC *vc = [[AIReportVC alloc] init];
// vc.personaId = self.companionId;
// [self.navigationController pushViewController:vc animated:YES];
AIReportVC *vc = [[AIReportVC alloc] init];
vc.personaId = self.companionId;
[self.navigationController pushViewController:vc animated:YES];
}
- (void)goChatButtonTapped {