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,7 +53,11 @@
Var PayState2 = "Enable" Var PayState2 = "Enable"
Var QRChannel = 0 Var QRChannel = 0
Var CodeChannel = 0 Var CodeChannel = 0
Open "ROOT/taobin_project/xml/page_payment_cash.xml" 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
TimerReset TimerReset

View file

@ -53,14 +53,22 @@
EndIf EndIf
Else Else
CoinVending BILLREJECT CoinVending BILLREJECT
Open "ROOT/taobin_project/xml/page_payment_cash.xml" 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
EndIf EndIf
If FlagWaitUpdateCoinAmount = 1 Then If FlagWaitUpdateCoinAmount = 1 Then
If Timeout > 2 Then If Timeout > 2 Then
Open "ROOT/taobin_project/xml/page_payment_cash.xml" 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
EndIf EndIf
@ -619,7 +627,11 @@
EndIf EndIf
Else Else
CoinVending BILLREJECT CoinVending BILLREJECT
Open "ROOT/taobin_project/xml/page_payment_cash.xml" 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
</EventClick> </EventClick>

View file

@ -47,7 +47,11 @@
If FlagWaitUpdateCoinAmount = 1 Then If FlagWaitUpdateCoinAmount = 1 Then
If Timeout > 2 Then If Timeout > 2 Then
Open "ROOT/taobin_project/xml/page_payment_cash.xml" 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
EndIf EndIf