This commit is contained in:
kong 2021-11-17 15:14:02 +07:00
parent 91d655873a
commit 2be1a125b8
5 changed files with 41 additions and 9 deletions

View file

@ -50,9 +50,9 @@
Var CodeChannel = 0
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
Refresh
EndIf
@ -288,9 +288,9 @@
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
Else
Else
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
EndIf
EndIf
EndIf