Edit extendDat
This commit is contained in:
parent
25b5303a05
commit
4435906bbd
3 changed files with 12 additions and 17 deletions
|
|
@ -99,7 +99,7 @@
|
|||
;Var Seeker.ExtendData = ExtendData ; because save in Seeker.
|
||||
|
||||
|
||||
Var MachineStage = "NextOrder"
|
||||
;Var MachineStage = "NextOrder"
|
||||
|
||||
;Var SessionID2 = SelectSlot + ":"
|
||||
;Var SessionID2 = SessionID2 + ExtendData
|
||||
|
|
@ -234,9 +234,7 @@
|
|||
If NextOrderStatus = "Disable" Then
|
||||
Var LastMakeDrinkResult = "fail"
|
||||
Else
|
||||
If MachineStage = "show-menu" Then
|
||||
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
|
||||
EndIf
|
||||
|
||||
Var CountDownThankyou = 0
|
||||
EndIf
|
||||
Else
|
||||
|
|
@ -259,9 +257,11 @@
|
|||
SAVELOG BrewTime
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
Var MachineState_Result = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
|
||||
If MachineStage = "show-menu" Then
|
||||
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue