DO
This commit is contained in:
parent
b87f9a53ce
commit
ea6015ad27
28 changed files with 10593 additions and 9949 deletions
|
|
@ -664,9 +664,87 @@
|
|||
EndIf
|
||||
|
||||
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
If SystemDateDayInt = 21 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 27 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt = 6 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 13 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 20 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 27 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var PromotionOreoToppingFreeEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
If SystemDateDayInt = 21 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 22 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt = 1 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 8 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 15 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 22 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 29 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR $12-03-03-0009.Button
|
||||
|
||||
If $12-03-03-0009.Button = "Enable" Then
|
||||
|
||||
Else
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
EndIf
|
||||
|
||||
|
||||
Var PromotionIDCurrentOrder = 0
|
||||
DEBUGVAR PromotionOreoToppingFreeEnable
|
||||
DEBUGVAR PromotionOreoVolcanoEnable
|
||||
|
||||
RootLayoutVisible 3 "hide"
|
||||
</EventOpen>
|
||||
|
||||
<EventUnitTest1>
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
</EventUnitTest1>
|
||||
<EventUnitTest2>
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
Var PromotionOreoToppingFreeEnable = 0
|
||||
</EventUnitTest2>
|
||||
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -772,7 +850,18 @@
|
|||
Var NextPage = "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert2.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
|
||||
If $12-03-03-0009.Button = "Enable" Then
|
||||
|
||||
Else
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
EndIf
|
||||
|
||||
If PromotionOreoVolcanoEnable = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend2.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
EndIf
|
||||
|
||||
Machine DoorClose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue