This commit is contained in:
kong 2023-02-27 14:43:38 +07:00
parent d72112f2d5
commit 5ce4cf3c7d
7 changed files with 91 additions and 7 deletions

View file

@ -670,6 +670,9 @@
If SystemDateDayInt = 20 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 24 Then
Var PromotionOreoVolcanoEnable = 1
EndIf
If SystemDateDayInt = 27 Then
Var PromotionOreoVolcanoEnable = 1
@ -697,7 +700,7 @@
If SystemDateDayInt = 21 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
If SystemDateDayInt = 22 Then
If SystemDateDayInt = 24 Then
Var PromotionOreoToppingFreeEnable = 1
EndIf
EndIf
@ -742,6 +745,7 @@
Var PromotionIDCurrentOrder = 0
DEBUGVAR PromotionOreoToppingFreeEnable
DEBUGVAR PromotionOreoVolcanoEnable
RootLayoutVisible 3 "hide"
</EventOpen>