count format

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-25 15:54:08 +08:00
parent b674d102e3
commit 18f8831b7e
4 changed files with 6 additions and 5 deletions

View File

@@ -374,7 +374,7 @@ class _PgcReviewChildPageState extends State<PgcReviewChildPage>
() => _controller.count.value == null
? const SizedBox.shrink()
: Text(
'${_controller.count.value}条点评',
'${Utils.numFormat(_controller.count.value)}条点评',
style: const TextStyle(fontSize: 13),
),
),