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

@ -47,7 +47,11 @@
If FlagWaitUpdateCoinAmount = 1 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