fix page_topping_select7.xml
This commit is contained in:
commit
8c0d55436c
11 changed files with 86 additions and 88 deletions
|
|
@ -201,18 +201,19 @@
|
|||
Reboot
|
||||
EndIf
|
||||
|
||||
If textStep > 3 Then
|
||||
Var textStep = 0
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !"
|
||||
Var NETCORE_LOST_COUNT_UP_STR = " Net " + NETCORE_LOST_COUNT_UP
|
||||
|
||||
If textStep = 4 Then
|
||||
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " ###"
|
||||
EndIf
|
||||
If textStep = 3 Then
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!"
|
||||
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " ###"
|
||||
EndIf
|
||||
If textStep = 2 Then
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!!"
|
||||
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " ##"
|
||||
EndIf
|
||||
If textStep = 1 Then
|
||||
Var MachineErrorDetailAll = MachineErrorDetailAll + " !!!!"
|
||||
Var MachineErrorDetailAll = NETCORE_LOST_COUNT_UP_STR + " #"
|
||||
EndIf
|
||||
Else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue