add smoothies
This commit is contained in:
parent
53b641c56b
commit
72a1d0c489
19 changed files with 32877 additions and 518 deletions
|
|
@ -9,9 +9,34 @@
|
|||
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
|
||||
|
||||
If Seeker = "curr" Then
|
||||
If MachineStage = "remove-cup" Then
|
||||
SAVELOG "MachineStage = remove-cup"
|
||||
If HaveCup = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
|
||||
;Open "ROOT/taobin_project/xml/page_display_ExclusiveGift.xml"
|
||||
EndIf
|
||||
|
||||
If CupChecking = "true" Then
|
||||
If HaveCup = "true" Then
|
||||
SAVELOG "Have cup"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If DoorCupPosition = "bottom" Then
|
||||
|
||||
Else
|
||||
SAVELOG "DoorCupPosition not bottom"
|
||||
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
Var IndoQR = 0
|
||||
|
||||
Var PaymentEnableAll = "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue