fix frozen
This commit is contained in:
parent
478e2cb321
commit
86588e10c0
4 changed files with 37 additions and 42 deletions
|
|
@ -28,11 +28,10 @@
|
|||
|
||||
Var OverrideVideoThankyou = 1
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_thankyou.xml"
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
DEBUGVAR TimeOutSmoothiesProcess
|
||||
;SAVELOG SoundPlaying
|
||||
|
||||
If TimeOutSmoothiesProcess > 0 Then
|
||||
|
|
@ -43,6 +42,15 @@
|
|||
If TimeOutSmoothiesProcess = 0 Then
|
||||
Var OverrideVideoThankyou = 1
|
||||
|
||||
Var SelectDrink = Seeker.selected_a_drink
|
||||
Var SelectSugarID = ""
|
||||
|
||||
SAVELOG "============================= Select ======================================="
|
||||
|
||||
Machine StrawOrder
|
||||
|
||||
Topping "Select" SelectDrink
|
||||
SAVELOG "============================= MakeDrinkV1 ======================================="
|
||||
MakeDrinkV1 SelectDrink SelectSugarID
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_thankyou.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue