Do error xml

This commit is contained in:
kong 2020-10-20 13:58:08 +07:00
parent 07bc0fb0c3
commit f7903cce0f
14 changed files with 353 additions and 799 deletions

View file

@ -124,7 +124,11 @@
EndIf
If MachineStage = "drink-failed" Then
Var MachineState_Result = 2
If RoadShow = "true" Then
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
Else
Var MachineState_Result = 2
EndIf
EndIf
Refresh
@ -146,7 +150,11 @@
EndIf
If MachineStage = "drink-failed" Then
Var MachineState_Result = 2
If RoadShow = "true" Then
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
Else
Var MachineState_Result = 2
EndIf
EndIf
</EventMachine>