This commit is contained in:
kong 2020-10-16 16:40:36 +07:00
parent 7b8d82bad4
commit f9c9c73e87
6 changed files with 136 additions and 64 deletions

View file

@ -143,6 +143,7 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
SAVELOG PreviseOfPreviseXMLFileName
Open PreviseOfPreviseXMLFileName
;Open "ROOT/taobin_project/xml/page_catalog.xml"
@ -257,6 +258,21 @@
; Var PriceDrink = SubMenuPrice1
;EndIf
; Below this. Process get ExtendData 1:_____ len 5
; Set drink
Topping "Select" SelectDrink
; Set option toppinng and pack
Topping "Select1-ID" topping1
Topping "Select2-ID" topping2
Topping "Select3-ID" topping3
; Pack
Topping "Pack" ExtendData
Open "ROOT/taobin_project/xml/page_payment.xml"
</EventClick>
</Button>