Update paydetail
This commit is contained in:
parent
95d9a7ee01
commit
7b94c55437
2 changed files with 14 additions and 4 deletions
|
|
@ -172,6 +172,13 @@
|
|||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If MatchineSpiralStage = "spiral-valid" Then
|
||||
Function 2
|
||||
Else
|
||||
; Verify error
|
||||
DEBUGVAR MachineSpiralErrorCode
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
|
|
@ -318,9 +325,10 @@
|
|||
DEBUGVAR LinkProductCodeAnotherMachine[1]
|
||||
DEBUGVAR LinkProductCodeAnotherMachine[2]
|
||||
|
||||
Var Seeker.sprial_frozen_fruit_select_product_code = LinkProductCodeAnotherMachine[0]
|
||||
Var MatchinePrialStage = "-"
|
||||
|
||||
Function 2
|
||||
GenHashWithTimeStamp SpiralRef
|
||||
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@
|
|||
Var LastMakeSpiralResult = 0
|
||||
Var ShowSwapVDO = "ROOT/taobin_project/spiral/video/sp01.mp4"
|
||||
GenHashWithTimeStamp SpiralRef
|
||||
Var ServiceCredit = Seeker.sprial_frozen_fruit_select_product_code
|
||||
Var Seeker.sprial_product_code = LinkProductCodeAnotherMachine[0]
|
||||
DEBUGVAR Seeker.sprial_product_code
|
||||
Var ServiceCredit = Seeker.sprial_product_code
|
||||
SPIRAL_SELL ServiceCredit SpiralRef
|
||||
|
||||
Var TimeOutSmoothiesProcess = 120
|
||||
|
|
@ -62,7 +64,7 @@
|
|||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/process/spiral_pay_fail.ev"
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_back_to_failed.xml"
|
||||
Open "ROOT/taobin_project/xml/page_spiral_failed.xml"
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue