fix wait ack chankok 3

This commit is contained in:
miggaze 2021-03-18 15:42:04 +07:00
parent bcb0392e00
commit a3079295c5
5 changed files with 46 additions and 3 deletions

View file

@ -235,6 +235,14 @@
EndIf
EndIf
If waitAckPay = 2 Then
If Timeout > 60 Then
SAVELOG "back_to_main from line > 241."
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
EndIf
If ChangeOK = 2 Then
If ActionOKCase = 0 Then
@ -320,7 +328,16 @@
PAYEXT SVT ACC VendingTSIDTmp DEE
Var ActionOKCase = 1
;Open "ROOT/taobin_project/xml/page_back_to_main.xml"
If CodeChannel = 0 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
Var waitAckPay = 2
Var Timeout = 5
EndIf
EndIf