Fixed spirail verify fail

This commit is contained in:
Kenta420 2025-05-06 16:13:40 +07:00
parent 9168432c3f
commit 9ec1b77d7e

View file

@ -14,6 +14,9 @@
CRLFToSpace showname CRLFToSpace showname
CRLFToSpace showdesc CRLFToSpace showdesc
Var MachineEvent = 0
Var MatchineSpiralStage = "-"
;- Begin ;- Begin
Var PriceDrinkNoTop = PriceDrink Var PriceDrinkNoTop = PriceDrink
Var PriceDrinkTmp = PriceDrink Var PriceDrinkTmp = PriceDrink
@ -173,6 +176,7 @@
EndIf EndIf
EndIf EndIf
If MachineEvent = 1 Then
If MatchineSpiralStage = "spiral-valid" Then If MatchineSpiralStage = "spiral-valid" Then
Function 2 Function 2
Else Else
@ -180,6 +184,7 @@
DEBUGVAR MachineSpiralErrorCode DEBUGVAR MachineSpiralErrorCode
Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml" Open "ROOT/taobin_project/xml/page_spiral_invalid_failed.xml"
EndIf EndIf
EndIf
Refresh Refresh
TimerReset TimerReset
@ -326,7 +331,7 @@
DEBUGVAR LinkProductCodeAnotherMachine[1] DEBUGVAR LinkProductCodeAnotherMachine[1]
DEBUGVAR LinkProductCodeAnotherMachine[2] DEBUGVAR LinkProductCodeAnotherMachine[2]
Var MatchinePrialStage = "-" Var MatchineSpiralStage = "-"
GenHashWithTimeStamp SpiralRef GenHashWithTimeStamp SpiralRef
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef