添加程序选择

This commit is contained in:
张成
2025-11-23 00:24:31 +08:00
parent 17015c0cca
commit 8b3f6c5a3a
18 changed files with 1296 additions and 47 deletions

View File

@@ -73,7 +73,7 @@ const CommentReply = () => {
// 获取未读评论ID并标记已读
const unreadIds = res.data.rows
.filter((item: any) => item.is_read === 0 && item.activity_type === 'received_reply')
.filter((item: any) => item.is_read === 0)
.map((item: any) => item.id);
if (unreadIds.length > 0) {