Update strawberrh

This commit is contained in:
kong 2021-08-12 19:07:48 +07:00
parent 81c9ec1691
commit 9565341b9c
8 changed files with 19 additions and 13 deletions

View file

@ -106,13 +106,7 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
; eng
If show_eng = "true" Then
Var show_eng = "false"
Else
Var show_eng = "true"
EndIf
Open "ROOT/taobin_project/xml/page_catalog.xml"
Shutter "/mnt/sdcard/shutter.jpg"
</EventClick>
</Button>

View file

@ -23,6 +23,7 @@
product_code.append('12-02-01-0008')
product_code.append('12-02-01-0019')
product_code.append('12-02-01-0009')
product_code.append('12-02-01-0022')
product_code.append('12-02-01-0010')
product_code.append('12-02-01-0011')
product_code.append('12-02-01-0012')
@ -41,6 +42,7 @@
product_code.append('12-02-02-0008')
product_code.append('12-02-02-0019')
product_code.append('12-02-02-0009')
product_code.append('12-02-02-0022')
product_code.append('12-02-02-0010')
product_code.append('12-02-02-0011')
product_code.append('12-02-02-0012')

View file

@ -11,6 +11,7 @@
product_code.append('12-05-02-0003')
product_code.append('12-05-02-0004')
product_code.append('12-05-02-0005')
product_code.append('12-05-02-0040')
product_code.append('12-05-02-0006')

View file

@ -17,6 +17,7 @@
product_code.append('12-05-02-0028')
product_code.append('12-05-02-0012')
product_code.append('12-05-02-0041')
product_code.append('12-05-02-0013')
product_code.append('12-05-02-0031')
product_code.append('12-05-02-0008')
@ -40,6 +41,7 @@
product_code.append('12-05-02-0004')
product_code.append('12-05-02-0032')
product_code.append('12-05-02-0005')
product_code.append('12-05-02-0040')
product_code.append('12-05-02-0006')
product_code.append('12-05-02-0026')

View file

@ -9,6 +9,7 @@
product_code.append('12-04-02-0001')
product_code.append('12-04-02-0002')
product_code.append('12-04-02-0003')
product_code.append('12-04-02-0013')
product_code.append('12-04-02-0004')
product_code.append('12-04-02-0005')
product_code.append('12-04-02-0006')

View file

@ -54,6 +54,12 @@
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
If HaveCup = "true" Then
Else
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf
Refresh
TimerReset

View file

@ -200,15 +200,15 @@
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<EventClick>
;Var ShowPrice = "Invisible"
Open "ROOT/xml/test_coin.xml"
;Open "ROOT/xml/test_coin.xml"
;OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
;OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_camera.xml"
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_camera.xml"
;TopView "show"
;Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
TopView "show"
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
</EventClick>
</Image>