spiral ice

This commit is contained in:
worawut 2023-04-26 10:43:37 +07:00
parent d9ea2b3b78
commit 67bcc544bc
35 changed files with 4530 additions and 369 deletions

View file

@ -53,8 +53,8 @@
EndIf
Else
CoinVending BILLREJECT
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
If Seeker.thankToppingFlag = 1 Then
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_cash.xml"
EndIf
@ -64,8 +64,8 @@
If FlagWaitUpdateCoinAmount = 1 Then
If Timeout > 2 Then
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
If Seeker.thankToppingFlag = 1 Then
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_cash.xml"
EndIf
@ -107,7 +107,7 @@
If ViewBill < RemainAmount Then
CoinVending BILLSTACKALL
Var SpiralKeepCredit = 1
Var FlagWaitUpdateCoinAmount = 1
Var Timeout = 0
Else
@ -627,8 +627,8 @@
EndIf
Else
CoinVending BILLREJECT
If CART_COUNT >= 1 Then
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
If Seeker.thankToppingFlag = 1 Then
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_cashMore.xml"
Else
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_cash.xml"
EndIf