This commit is contained in:
kong 2021-11-17 15:14:02 +07:00
parent 91d655873a
commit 2be1a125b8
5 changed files with 41 additions and 9 deletions

View file

@ -35,6 +35,7 @@
Var Timeout = Timeout + 1
If Timeout > 20 Then
; goto lid straw
SAVELOG "Timeout"
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
EndIf
@ -78,7 +79,9 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
If UnitTestType = "1" Then
SAVELOG "Press Accept"
If UnitTestType = "1" Then
Var CoffeePoint = 10
Open "ROOT/taobin_project/xml/page_collect_point_3.xml"
EndIf
@ -102,6 +105,7 @@
<Volume> SoundVolume </Volume>
<EventClick>
; goto lid straw
SAVELOG "Press Decline"
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
</EventClick>
</Button>