Do amd
This commit is contained in:
parent
72decccf8e
commit
5d07933622
6 changed files with 794 additions and 10 deletions
|
|
@ -21,7 +21,10 @@
|
|||
|
||||
SAVELOG TOPPING1
|
||||
SAVELOG TOPPING2
|
||||
SAVELOG PreviseXMLFileName2
|
||||
SAVELOG TOPPING3
|
||||
SAVELOG TOPPING4
|
||||
|
||||
;SAVELOG PreviseXMLFileName2
|
||||
|
||||
|
||||
Var y_sugar_block = 105
|
||||
|
|
@ -131,17 +134,18 @@
|
|||
<EventMachine>
|
||||
|
||||
|
||||
;SAVELOG TOPPING1
|
||||
SAVELOG TOPPING1
|
||||
SAVELOG MenuCodeName
|
||||
;SAVELOG toppingID1Default
|
||||
Var ToppingGotoPayment = "false"
|
||||
|
||||
If BugFlag = 1 Then
|
||||
|
||||
Else
|
||||
If MenuCodeName = "barista1" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_with_barista.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If TOPPING1 = "Powder Sugar" Then
|
||||
Var SugarState1 = "PressForever"
|
||||
Var SugarState2 = "Enable"
|
||||
|
|
@ -151,13 +155,27 @@
|
|||
Var BGSugar = "Enable"
|
||||
Var BugFlag = 1
|
||||
Var topping1 = toppingID1Default
|
||||
|
||||
Refresh
|
||||
Else
|
||||
Topping "Select" SelectDrink
|
||||
; Pack
|
||||
Topping "Pack" ExtendData
|
||||
EndIf
|
||||
|
||||
If TOPPING1 = "Powder Sugar Premix 25" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_premix25percent.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
If TOPPING1 = "Powder Sugar Premix 50" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_premix50percent.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
If ToppingGotoPayment = "true" Then
|
||||
Topping "Select" SelectDrink
|
||||
; Pack
|
||||
Topping "Pack" ExtendData
|
||||
Open "ROOT/taobin_project/xml/page_payment.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
If RoadShow = "true" Then
|
||||
Var PriceShowValue = "Free"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue