Doing frozen can input number for point

This commit is contained in:
wanlop run 2025-05-12 16:01:47 +07:00
parent 8dd274fbae
commit 7408ab8534
6 changed files with 24 additions and 9 deletions

View file

@ -225,6 +225,9 @@
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/process/payment.ev"
EndIf
If NextSmoothie = 1 Then
Open "ROOT/taobin_project/xml/page_spiral_before_conti.xml"
EndIf
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
EndIf
@ -244,7 +247,7 @@
EndIf
Else
; seeker
DEBUGVAR ChangeFlag2

View file

@ -58,11 +58,11 @@
Var NextOrder = "true"
Var NextSmoothie = 1
Open "ROOT/taobin_project/xml/page_spiral_before_conti.xml"
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
Open "ROOT/taobin_project/inter/tha/xml/page_smoothie_suggest_and_process.xml"
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
If LastMakeSpiralResult = 2 Then

View file

@ -23,4 +23,4 @@ If Seeker.SmoothieToPayment = 1 Then
Open "ROOT/taobin_project/xml/page_spiral_sell.xml"
Else
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
EndIf