fix next_ready, EventChange

This commit is contained in:
miggaze 2021-11-17 11:09:52 +07:00
parent 4ab24c1f6c
commit 8fecfab964

View file

@ -56,7 +56,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