fix:改为只支持当日循环
This commit is contained in:
parent
5145bae229
commit
3be6f98358
@ -197,7 +197,7 @@ class _VideoSlotPageState extends State<VideoSlotPage> {
|
|||||||
Obx(() => Text(
|
Obx(() => Text(
|
||||||
isEndTime == false
|
isEndTime == false
|
||||||
? '${'当日'.tr}${state.startDate.value}'
|
? '${'当日'.tr}${state.startDate.value}'
|
||||||
: '${'次日'.tr}${state.endDate.value}',
|
: '${'当日'.tr}${state.endDate.value}',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: state.isCustom.value == true
|
color: state.isCustom.value == true
|
||||||
? AppColors.blueTextTipsColor
|
? AppColors.blueTextTipsColor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user