diff --git a/lib/pages/home/content_card.dart b/lib/pages/home/content_card.dart index defc738..91e61ec 100644 --- a/lib/pages/home/content_card.dart +++ b/lib/pages/home/content_card.dart @@ -120,7 +120,7 @@ class _CardHeader extends StatelessWidget { ), ), // 直播状态下显示视频相亲中标签 - if (isLive) + if (item.liveStreaming) Container( padding: const EdgeInsets.symmetric( horizontal: 8,