REelease 6.01

This commit is contained in:
kong 2022-02-03 21:03:39 +07:00
parent b03370aeb5
commit 100603a738
50 changed files with 188 additions and 55 deletions

View file

@ -341,40 +341,15 @@
EndIf
If CAMPAIGN1 = "true" Then
Var video_menu_1 = "ROOT/taobin_project/campaign1/page_catalog_menu.mp4"
Var video_menu_0 = "ROOT/taobin_project/campaign1/page_catalog.mp4"
Var video_main_2 = "/mnt/sdcard/coffeevending/taobin_project/campaign1/page_main.mp4"
Var video_main_count = 3
EndIf
Var showCart = "Invisible"
Var LedLidBlink = "no"
Var web_app_str = ""
READ_FILE "/mnt/sdcard/web_app_enable" web_app_str
STRCONTAIN "1" web_app_str WebAppEnable
DEBUGVAR WebAppEnable
If WebAppEnable = "true" Then
Var WebAppShow = "Enable"
Else
Var WebAppShow = "Invisible"
EndIf
Var can_select_menu = ""
READ_FILE "/mnt/sdcard/can_select_menu" can_select_menu
DEBUGVAR can_select_menu
If can_select_menu = "1" Then
Var EnableSelectMenuBetweenBrew = "Enable"
Else
Var EnableSelectMenuBetweenBrew = "Invisible"
EndIf
Var WebAppShow = "Enable"
Var EnableSelectMenuBetweenBrew = "Enable"
DEBUGVAR XMLProfile
@ -399,7 +374,7 @@
DEBUGVAR AdvertiseProfile
If XMLProfile = "taobin_notopup" Then
Var ButtontoTopupMenu = "Invisible"
Var ButtontoTopupMenu = "Disable"
Else
Var ButtontoTopupMenu = "Enable"
EndIf