Smoothies test
This commit is contained in:
parent
9b1edbd723
commit
8509bceede
5 changed files with 64 additions and 22 deletions
|
|
@ -54,7 +54,7 @@
|
|||
Var ProcessCupDebugText = ""
|
||||
Var TimeOutSmoothiesProcess = 120
|
||||
|
||||
Var TextDoorButtonID = 001201
|
||||
Var TextDoorButtonID = 001202
|
||||
|
||||
Var SmoothieProcessState = "idle"
|
||||
Var CountDownCertainConfuse = 5
|
||||
|
|
@ -143,8 +143,29 @@
|
|||
|
||||
If SmoothieProcessState = "blendnow" Then
|
||||
Var TextDoorButtonID = 001206
|
||||
|
||||
Var SelectDrink = "12-01-07-0001"
|
||||
Var SelectSugarID = ""
|
||||
|
||||
Topping "Select" SelectDrink
|
||||
|
||||
Var SmoothieProcessState = "blending"
|
||||
|
||||
EndIf
|
||||
|
||||
If SmoothieProcessState = "blending" Then
|
||||
|
||||
MakeDrinkV1 SelectDrink SelectSugarID
|
||||
|
||||
Menu "set-name" "Smoothie "
|
||||
Menu "set-image" Seeker.PictureDrink
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/inter/tha/xml/page_payment_pack_and_send.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR TextDoorButtonID
|
||||
|
||||
Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue