DO
This commit is contained in:
parent
51875b0b0d
commit
e74f262e7d
8 changed files with 98 additions and 5 deletions
|
|
@ -665,6 +665,7 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
Var ShowPromoitonOreo = 1
|
||||
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
|
|
@ -725,6 +726,13 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var ShowPromoitonOreo = 0
|
||||
EndIf
|
||||
If SystemDateMonthInt = 5 Then
|
||||
Var ShowPromoitonOreo = 0
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR $12-03-03-0009.Button
|
||||
|
|
@ -872,8 +880,12 @@
|
|||
Var PromotionOreoVolcanoEnable = 0
|
||||
EndIf
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend2.xml"
|
||||
|
||||
|
||||
If ShowPromoitonOreo = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend2.xml"
|
||||
EndIf
|
||||
|
||||
Machine DoorClose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue