处理二级评论回复用户名称显示问题

This commit is contained in:
2026-02-04 18:29:12 +08:00
parent ff4edab820
commit 3ed120106e
3 changed files with 10 additions and 6 deletions

View File

@@ -55,9 +55,9 @@
if (!_content) {
_content = @"";
}
if ([_content isEqualToString:@"78910"]) {
NSLog(@"===");
}
// if ([_content isEqualToString:@"78910"]) {
// NSLog(@"===");
// }
if (!_replyToUserName) {
_replyToUserName = @"";
}