taobin_project/xml/page_topping_select5.xml

122 lines
2.3 KiB
XML
Raw Normal View History

2022-02-28 22:33:45 +07:00
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
2022-09-06 22:46:14 +07:00
;<Background> "0xeae6e1" </Background>
2022-02-28 22:33:45 +07:00
<Volume> SoundVolume </Volume>
<EventOpen>
2022-09-06 22:46:14 +07:00
Var UserSeletedSugar = 0
2022-02-28 22:33:45 +07:00
Var y_topping_bg = 912
2022-09-06 22:46:14 +07:00
WEB "DISABLE"
2022-02-28 22:33:45 +07:00
DEBUGVAR Seeker
2022-09-20 16:41:12 +07:00
Var BGSugarNew = "Invisible"
2022-09-14 22:35:51 +07:00
2022-02-28 22:33:45 +07:00
DEBUGVAR video_menu_0
DEBUGVAR SelectDrink
DEBUGVAR PictureDrink
2022-09-06 22:46:14 +07:00
DEBUGVAR new_layout
If new_layout = "true" Then
2022-02-28 22:33:45 +07:00
2022-09-06 22:46:14 +07:00
Else
If SelectDrinkLen = 0 Then
SAVELOG "SelectDrinkLen=0"
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
If PriceDrink = 0 Then
SAVELOG "PriceDrink=0"
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
2022-02-28 22:33:45 +07:00
EndIf
Var SaveProductCodeSelect = SelectDrink
Var UserSelectProductCode = SelectDrink
Var showText4 = "Invisible"
Var showText7 = "Invisible"
DEBUGVAR UserSelectProductCode
2023-07-18 17:54:12 +07:00
DEBUGVAR JXMLVersionInt
2023-01-04 14:08:39 +07:00
Var CHECK_EventOpen_Double = 0
If RecipeTag3 = "CoffeePlay" Then
2023-10-09 14:59:58 +07:00
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
2023-09-10 14:14:34 +07:00
EndIf
2025-02-21 09:20:10 +07:00
If RecipeTag4 = "MultiTopping" Then
EndIf
2023-11-09 11:19:18 +07:00
If Only20 = "true" Then
2023-10-27 14:55:50 +07:00
Open "ROOT/taobin_project/xml/page_topping_select7_copy.xml"
Else
If NoSugarStepRight2 = "true" Then
Open "ROOT/taobin_project/xml/page_topping_select7_copy.xml"
2023-10-31 16:30:47 +07:00
Else
If HalfPrice = "true" Then
Open "ROOT/taobin_project/xml/page_topping_select7_copy.xml"
EndIf
2023-10-27 14:55:50 +07:00
EndIf
EndIf
2024-03-08 14:26:33 +07:00
If FromPowerUpPro = 1 Then
If FreePowerup = "Enable" Then
2024-03-08 18:50:31 +07:00
Open "ROOT/taobin_project/xml/page_topping_select7.xml"
2024-03-08 14:26:33 +07:00
EndIf
EndIf
2025-03-04 17:48:26 +07:00
DEBUGVAR ToppingMilkAndAllVolcanoEnable
If ToppingMilkAndAllVolcanoEnable = 1 Then
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
2022-09-06 22:46:14 +07:00
EndIf
2025-03-04 17:48:26 +07:00
Open "ROOT/taobin_project/xml/page_topping_select7.xml"
2022-09-06 22:46:14 +07:00
2022-02-28 22:33:45 +07:00
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
DEBUGVAR Timeout
2022-09-06 22:46:14 +07:00
2022-02-28 22:33:45 +07:00
Var Timeout = Timeout + 1
If Timeout > 40 Then
Var Timeout = 0
If Seeker = "next" Then
2022-09-06 22:46:14 +07:00
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
2022-02-28 22:33:45 +07:00
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
Else
2022-09-06 22:46:14 +07:00
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
2022-02-28 22:33:45 +07:00
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
2022-09-06 22:46:14 +07:00
2022-02-28 22:33:45 +07:00
EndIf
Refresh
TimerReset
</EventTimeout>
2022-09-06 22:46:14 +07:00
<Image>
<X> 0 </X>
<Y> 380 </Y>
<Width> 1080 </Width>
<Height> 1540 </Height>
<Color> "0xeae6e1" </Color>
</Image>
2022-02-28 22:33:45 +07:00
2025-03-04 17:48:26 +07:00
</Page>