This commit is contained in:
kong 2022-03-06 23:56:08 +07:00
parent 5008b73c4c
commit 922ae67bd3
21 changed files with 90 additions and 1591 deletions

View file

@ -140,6 +140,10 @@
Var ButtontoTopupMenu = "Disable"
EndIf
READ_FILE "/mnt/sdcard/new_layout" new_layout
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -271,7 +275,11 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_catalog_choose_drink2.xml"
If new_layout = "true" Then
Open "ROOT/taobin_project/xml/page_catalog_group_coffee.xml"
Else
Open "ROOT/taobin_project/xml/page_catalog_choose_drink2.xml"
EndIf
</EventClick>
</Button>