Fix back to page_catalog

This commit is contained in:
kong 2022-12-08 17:22:58 +07:00
parent 47cef9e754
commit 3cb72f001c
2 changed files with 28 additions and 11 deletions

View file

@ -6,12 +6,19 @@
<Volume> SoundVolume </Volume>
<EventOpen>
DEBUGVAR RecipeTag1
If RecipeTag1 = "HealthTurnOn" Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog2.xml"
If SpiralOnline = "true" Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
Else
DEBUGVAR RecipeTag1
If RecipeTag1 = "HealthTurnOn" Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog2.xml"
EndIf
EndIf
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
TopView "show"