fix for webApp

This commit is contained in:
miggaze 2021-11-26 15:53:14 +07:00
parent 8f87f50e17
commit 11c8767cd0
9 changed files with 192 additions and 21 deletions

View file

@ -121,8 +121,8 @@
;Var SessionID2 = SelectSlot + ":"
;Var SessionID2 = SessionID2 + ExtendData
Var SessionID2 = SelectSlot + ":"
Var SessionID2 = SessionID2 + ExtendData
;Var CreditAmount1 = ""
;Var ServiceAmountFlow = ""
@ -157,6 +157,22 @@
; Reset
Var MachineState_Result = 0
DEBUGVAR ExtendData
If web_readyOK = "true" Then
If web_payment = "CODE" Then
Open "ROOT/taobin_project/xml/page_payment_code.xml"
EndIf
If web_payment = "CREDIT" Then
Open "ROOT/taobin_project/xml/page_payment_credit2.xml"
EndIf
EndIf
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf