Merge
This commit is contained in:
commit
0c6ee691cf
2 changed files with 16 additions and 0 deletions
|
|
@ -183,9 +183,20 @@
|
||||||
<EventMachine>
|
<EventMachine>
|
||||||
|
|
||||||
If MachineStage = "drink-failed" Then
|
If MachineStage = "drink-failed" Then
|
||||||
|
Var MachineState_Result = 1
|
||||||
Open "ROOT/taobin_project/xml/page_brewing2.xml"
|
Open "ROOT/taobin_project/xml/page_brewing2.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
<EventMachine>
|
||||||
|
If MachineStage = "drink-success" Then
|
||||||
|
Var MachineState_Result = 1
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If MachineStage = "drink-failed" Then
|
||||||
|
Var MachineState_Result = 2
|
||||||
|
EndIf
|
||||||
|
</EventMachine>
|
||||||
|
|
||||||
|
|
||||||
</EventMachine>
|
</EventMachine>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,8 @@
|
||||||
|
|
||||||
|
|
||||||
Var ShowErrorText = "Enable"
|
Var ShowErrorText = "Enable"
|
||||||
|
Var GetPayInfoFlag = 0
|
||||||
|
Var CodeChannel = 0
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
@ -150,8 +152,11 @@
|
||||||
Var TelephoneNumber = ""
|
Var TelephoneNumber = ""
|
||||||
|
|
||||||
Var ShowErrorText = "Enable"
|
Var ShowErrorText = "Enable"
|
||||||
|
|
||||||
SAVELOG ShowErrorText
|
SAVELOG ShowErrorText
|
||||||
|
|
||||||
|
Var GetPayInfoFlag = 0
|
||||||
|
Var CodeChannel = 0
|
||||||
Refresh
|
Refresh
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue