fix: 在线观看人数字段类型

This commit is contained in:
guozhigq
2023-08-31 00:08:57 +08:00
parent a304df2670
commit 4f6dd68954
2 changed files with 3 additions and 3 deletions

View File

@ -312,7 +312,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
if (videoIntroController.isShowOnlineTotal)
Obx(
() => Text(
'${videoIntroController.totel.value}人在看',
'${videoIntroController.total.value}人在看',
style: TextStyle(
fontSize: 12,
color: t.colorScheme.outline,