From b921d254d5282832860b40a99c2189554dc067ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Wed, 25 Feb 2026 18:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0im=E5=9C=A8=E7=BA=BF=E7=9B=91?= =?UTF-8?q?=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/content_card.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,