fix bug back to page cash multi

This commit is contained in:
miggaze 2021-11-16 16:09:40 +07:00
parent 9266c3b24d
commit 13e8737728
3 changed files with 25 additions and 5 deletions

View file

@ -53,8 +53,12 @@
Var PayState2 = "Enable"
Var QRChannel = 0
Var CodeChannel = 0
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
TimerReset
</EventTimeout>

View file

@ -53,15 +53,23 @@
EndIf
Else
CoinVending BILLREJECT
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
EndIf
If FlagWaitUpdateCoinAmount = 1 Then
If Timeout > 2 Then
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
EndIf
@ -619,8 +627,12 @@
EndIf
Else
CoinVending BILLREJECT
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
</EventClick>
</Button>

View file

@ -47,8 +47,12 @@
If FlagWaitUpdateCoinAmount = 1 Then
If Timeout > 2 Then
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
EndIf