fix: 收藏异常、收到的赞

This commit is contained in:
guozhigq
2024-07-14 00:41:59 +08:00
parent aab5144371
commit b489a45481
2 changed files with 6 additions and 4 deletions

View File

@ -209,7 +209,7 @@ class LikeItem extends StatelessWidget {
style: TextStyle(color: outline),
),
TextSpan(
text: '赞了我的评论',
text: '赞了我的${item.item!.business}',
style: TextStyle(color: outline),
),
])),