taobin_project/xml/page_back_to_error.xml

28 lines
589 B
XML
Raw Normal View History

2020-10-20 13:58:08 +07:00
<Popup>
<Width> 1080 </Width>
<Height> 1920 </Height>
<EventOpen>
2023-05-16 22:35:46 +07:00
; Reset here
Var CheckCupStateDoorCupClose = ""
2020-10-20 13:58:08 +07:00
2023-07-25 14:07:57 +07:00
If InternationalEnable = 1 Then
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
Else
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.xml"
EndIf
2020-10-20 13:58:08 +07:00
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
</EventOpen>
<Timeout> 60000 </Timeout>
<EventTimeout>
;Var menu_status = "stop"
</EventTimeout>
</Popup>