fix: 点赞计数
This commit is contained in:
@ -203,9 +203,9 @@ class LikeItem extends StatelessWidget {
|
||||
Text.rich(TextSpan(children: [
|
||||
TextSpan(text: nickNameList.join('、')),
|
||||
const TextSpan(text: ' '),
|
||||
if (item.users!.length > 1)
|
||||
if (item.counts! > 1)
|
||||
TextSpan(
|
||||
text: '等总计${item.users!.length}人',
|
||||
text: '等总计${item.counts}人',
|
||||
style: TextStyle(color: outline),
|
||||
),
|
||||
TextSpan(
|
||||
|
Reference in New Issue
Block a user