DO image
This commit is contained in:
parent
9dd3b81e41
commit
8244f5cead
48 changed files with 515 additions and 21 deletions
|
|
@ -373,6 +373,8 @@
|
|||
|
||||
Var WebAppShow = "Enable"
|
||||
Var EnableSelectMenuBetweenBrew = "Enable"
|
||||
|
||||
|
||||
|
||||
|
||||
DEBUGVAR XMLProfile
|
||||
|
|
@ -403,6 +405,13 @@
|
|||
Var ButtontoTopupMenu = "Enable"
|
||||
EndIf
|
||||
|
||||
If NetworkStatus = "DOWN" Then
|
||||
Var WebAppShow = "Invisible"
|
||||
EndIf
|
||||
|
||||
READ_FILE "/mnt/sdcard/spiral" SpiralOnline
|
||||
|
||||
DEBUGVAR SpiralOnline
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -412,6 +421,7 @@
|
|||
Else
|
||||
If NetworkStatus = "DOWN" Then
|
||||
;Open "/ROOT/xml/outservice.xml"
|
||||
Var WebAppShow = "Invisible"
|
||||
EndIf
|
||||
If NetworkStatus = "DEACTIVE" Then
|
||||
Open "/ROOT/xml/offline.xml"
|
||||
|
|
@ -628,10 +638,17 @@
|
|||
If CocktailShow = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
Else
|
||||
;If TaobinOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
;EndIf
|
||||
|
||||
If SpiralOnline = "true" Then
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_with_vending.xml"
|
||||
Else
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/termtem_project/xml/page_tt_catalog.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue