do cocktail
This commit is contained in:
parent
8bf88cad9b
commit
7a57379f94
84 changed files with 1977 additions and 38 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<EventOpen>
|
||||
TopView "hide"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/topview_button_back_main.xml"
|
||||
|
||||
Var FileNumber = 1
|
||||
|
||||
Var sub_profile = "whey"
|
||||
Var taobin_version = "1.05"
|
||||
|
|
@ -65,8 +65,25 @@
|
|||
Var TestLoopFailed = 0
|
||||
|
||||
Var IgnoreNetCore = "false"
|
||||
SAVELOG SaleProfile
|
||||
|
||||
STRCONTAIN "whey" SaleProfile WheyShow
|
||||
STRCONTAIN "cocktail" SaleProfile CocktailShow
|
||||
STRCONTAIN "roadshow" SaleProfile RoadShow
|
||||
|
||||
|
||||
Var ShowPrice = "Enable"
|
||||
If RoadShow = "true" Then
|
||||
Var ShowPrice = "Invisible"
|
||||
EndIf
|
||||
|
||||
SAVELOG WheyShow
|
||||
SAVELOG CocktailShow
|
||||
SAVELOG RoadShow
|
||||
SAVELOG ShowPrice
|
||||
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -184,8 +201,12 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
|
||||
If CocktailShow = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
TopView "show"
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
</EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue