release 5.90
This commit is contained in:
parent
2f47e4ff91
commit
3a69ff673e
10 changed files with 58 additions and 6 deletions
BIN
adv/taobin_adv_10.mp4
Executable file → Normal file
BIN
adv/taobin_adv_10.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu2_10.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu2_10.mp4
Executable file → Normal file
Binary file not shown.
BIN
adv/taobin_adv_menu_10.mp4
Executable file → Normal file
BIN
adv/taobin_adv_menu_10.mp4
Executable file → Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
|
@ -219,7 +219,7 @@
|
|||
|
||||
LED LedDoorLid Off 255 255 255 255
|
||||
|
||||
DEBUGVAR AdvertiseProfile
|
||||
|
||||
|
||||
SPLIT AdvertiseProfile "/" 1 AdvertiseProfile1
|
||||
SPLIT AdvertiseProfile "/" 2 AdvertiseProfile2
|
||||
|
|
@ -371,6 +371,25 @@
|
|||
|
||||
Machine CancelWepApp
|
||||
|
||||
|
||||
;StrLen AdvertiseProfile AdvertiseProfileLen
|
||||
;
|
||||
;If AdvertiseProfileLen = 0 Then
|
||||
; CacheVarStr "get" AdvertiseProfile
|
||||
;Else
|
||||
;
|
||||
; STRCONTAIN "00/00" AdvertiseProfile advPro
|
||||
;
|
||||
; If advPro = "true" Then
|
||||
; CacheVarStr "get" AdvertiseProfile
|
||||
; Else
|
||||
; CacheVarStr "put" AdvertiseProfile
|
||||
; EndIf
|
||||
;EndIf
|
||||
|
||||
DEBUGVAR AdvertiseProfile
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@
|
|||
|
||||
SAVELOG MachineStage
|
||||
|
||||
|
||||
READ_FILE "/mnt/sdcard/can_sell" ReadyForBrew
|
||||
|
||||
If ReadyForBrew = "false" Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
Var ReadyForBrew = "false"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
DEBUGVAR EnableSelectMenuBetweenBrew
|
||||
|
||||
|
||||
If JXMLVersionInt >= 369 Then
|
||||
If EnableSelectMenuBetweenBrew = "Enable" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,14 @@
|
|||
|
||||
DEBUGVAR SelectDrink
|
||||
DEBUGVAR PictureDrink
|
||||
|
||||
If SelectDrinkLen = 0 Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
If PriceDrink = 0 Then
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
Var SaveProductCodeSelect = SelectDrink
|
||||
Var UserSelectProductCode = SelectDrink
|
||||
|
|
@ -641,6 +649,23 @@
|
|||
Refresh
|
||||
EndIf
|
||||
|
||||
If TOPPING2 = "add-show-1009" Then
|
||||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
EndIf
|
||||
If TOPPING2 = "add-show-1101" Then
|
||||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
;-END
|
||||
If TOPPING3 = "Collagen" Then
|
||||
Var CollagenState = "Enable"
|
||||
|
|
@ -1530,8 +1555,12 @@
|
|||
|
||||
;Var Seeker = "curr"
|
||||
|
||||
|
||||
Var Seeker.PriceDrink = PriceDrinkTmp
|
||||
DEBUGVAR PriceDrinkTmp
|
||||
|
||||
;Var Seeker.PriceDrink = PriceDrinkTmp
|
||||
|
||||
Var PriceDrink = PriceDrinkTmp
|
||||
|
||||
SAVELOG "USER press next ( topping ) - new"
|
||||
|
||||
Var Seeker.topping1 = topping1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
Var ClickCountMainTe = 0
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 20000 </Timeout>
|
||||
<Timeout> 33000 </Timeout>
|
||||
<EventTimeout>
|
||||
Var AdvImageFile = "/mnt/sdcard/coffeevending/taobin_project/image/adv_img_"
|
||||
Var AdvImageFile = AdvImageFile + FileNumber
|
||||
|
|
|
|||
|
|
@ -95,8 +95,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "5.89"
|
||||
Var XMLPageVersionInt = 589
|
||||
Var XMLPageVersion = "5.90"
|
||||
Var XMLPageVersionInt = 590
|
||||
</EventOpen>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue