From 3be6f98358d7d4727d5fc7b68391fc276eb8f6e7 Mon Sep 17 00:00:00 2001 From: liyi Date: Wed, 26 Feb 2025 11:35:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=94=B9=E4=B8=BA=E5=8F=AA?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=BD=93=E6=97=A5=E5=BE=AA=E7=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lockDetail/lockSet/catEyeSet/videoSlot/videoSlot_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main/lockDetail/lockSet/catEyeSet/videoSlot/videoSlot_page.dart b/lib/main/lockDetail/lockSet/catEyeSet/videoSlot/videoSlot_page.dart index 49aeb165..95ea40c3 100755 --- a/lib/main/lockDetail/lockSet/catEyeSet/videoSlot/videoSlot_page.dart +++ b/lib/main/lockDetail/lockSet/catEyeSet/videoSlot/videoSlot_page.dart @@ -197,7 +197,7 @@ class _VideoSlotPageState extends State { Obx(() => Text( isEndTime == false ? '${'当日'.tr}${state.startDate.value}' - : '${'次日'.tr}${state.endDate.value}', + : '${'当日'.tr}${state.endDate.value}', style: TextStyle( color: state.isCustom.value == true ? AppColors.blueTextTipsColor