This commit is contained in:
kong 2021-10-15 17:07:29 +07:00
parent aea3f04ec8
commit d9d390f180
2 changed files with 16 additions and 3 deletions

View file

@ -79,7 +79,8 @@
Var countClick = 0
DEBUGVAR CART_COUNT
Var showCart = "Invisible"
If MultiPayEnable = "true" Then
@ -96,6 +97,11 @@
EndIf
If CART_COUNT = 3 Then
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
EndIf
EndIf
</EventOpen>