From ad112e31cc0f686e63a688c9d5b98b734d33199e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Fri, 9 Jan 2026 17:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A1=AE=E5=AE=9E=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/event_info.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pages/home/event_info.dart b/lib/pages/home/event_info.dart index d180587..664dee9 100644 --- a/lib/pages/home/event_info.dart +++ b/lib/pages/home/event_info.dart @@ -146,7 +146,7 @@ class EventInfo extends StatelessWidget { ), ), Text( - "男${controller.item.value.numberMan}人 女${controller.item.value.womanNumber}人", + "男${controller.item.value.numberMan}人 女${controller.item.value.numberWoman}人", style: TextStyle( fontSize: 12.w, color: const Color.fromRGBO(144, 144, 144, 1) @@ -203,7 +203,7 @@ class EventInfo extends StatelessWidget { "${(controller.item.value.manNumber ?? 0)}人", style: TextStyle( fontSize: 13.w, - color: const Color.fromRGBO(237, 245, 255, 1), + color: const Color.fromRGBO(120, 140, 255, 1), ), ), ], @@ -221,7 +221,7 @@ class EventInfo extends StatelessWidget { "${(controller.item.value.womanNumber ?? 0)}人", style: TextStyle( fontSize: 13.w, - color: const Color.fromRGBO(255, 237, 255, 1), + color: const Color.fromRGBO(255, 66, 236, 1), ), ), ],