taobin_project/xml/page_back_to_main.xml

38 lines
837 B
XML

<Popup>
<Width> 1080 </Width>
<Height> 1920 </Height>
<EventOpen>
; Reset here
Var CheckCupStateDoorCupClose = ""
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
If showMultiAds = "true" Then
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
Else
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/test_video_loop.xml"
EndIf
TopView "hide"
If InternationalEnable = 1 Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
Else
If TeaTimePro = 1 Then
Open "/mnt/sdcard/coffeevending/taobin_project/xml/sometime/top_spender.xml"
Else
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
EndIf
EndIf
</EventOpen>
<Timeout> 60000 </Timeout>
<EventTimeout>
;Var menu_status = "stop"
</EventTimeout>
</Popup>