处理评论数

This commit is contained in:
2026-01-29 14:51:42 +08:00
parent 32ebc6fb65
commit 07a77149fc
3 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)loadComments;
/// 评论总数
@property(nonatomic, readonly) NSInteger totalCommentCount;
@property(nonatomic, assign) NSInteger totalCommentCount;
@property(nonatomic, weak) LSTPopView *popView
;