fix:改为只支持当日循环

This commit is contained in:
liyi 2025-02-26 11:35:46 +08:00
parent 5145bae229
commit 3be6f98358

View File

@ -197,7 +197,7 @@ class _VideoSlotPageState extends State<VideoSlotPage> {
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