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