处理评论数
This commit is contained in:
@@ -703,6 +703,9 @@ static NSString * const KBChatSessionDidResetNotification = @"KBChatSessionDidRe
|
||||
KBAICommentView *customView = [[KBAICommentView alloc]
|
||||
initWithFrame:CGRectMake(0, 0, KB_SCREEN_WIDTH, customViewHeight)];
|
||||
|
||||
NSString *commentCount = self.persona.commentCount;
|
||||
NSInteger totalCommentCount = [commentCount integerValue];;
|
||||
customView.totalCommentCount = totalCommentCount;
|
||||
// 设置评论视图的人设 ID
|
||||
customView.companionId = self.persona.personaId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user