spiralNow

This commit is contained in:
worawut 2024-10-02 11:12:45 +07:00 committed by Kenta420
parent a094823a57
commit 187739ff71
3 changed files with 4 additions and 3 deletions

View file

@ -150,6 +150,7 @@
<Timeout> 1000 </Timeout> <Timeout> 1000 </Timeout>
<EventTimeout> <EventTimeout>
DEBUGVAR SetSpiralOnline
If NextPage = "-" Then If NextPage = "-" Then
Else Else
@ -229,7 +230,7 @@
If SetSpiralOnline = 1 Then If SetSpiralOnline = 1 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
Else Else
Open "ROOT/taobin_project/spiral/xml/page_catalog_vending_machine.xml" Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
EndIf EndIf
Else Else
Open "ROOT/taobin_project/xml/page_catalog.xml" Open "ROOT/taobin_project/xml/page_catalog.xml"

View file

@ -3,7 +3,7 @@
<Height> 1920 </Height> <Height> 1920 </Height>
<EventOpen> <EventOpen>
Var SetSpiralOnline = 0
; Reset here ; Reset here
Var CheckCupStateDoorCupClose = "" Var CheckCupStateDoorCupClose = ""

View file

@ -6,7 +6,7 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventOpen> <EventOpen>
If SetSpiralOnline = 1 Then If SetSpiralOnline = 1 Then
Open "ROOT/taobin_project/xml/page_back_to_main.xml" Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf EndIf
If InternationalEnable = 1 Then If InternationalEnable = 1 Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml" Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.lxml"