DO brew adv
This commit is contained in:
parent
8d9fd45683
commit
ed21039789
9 changed files with 7 additions and 2 deletions
BIN
image/lang/lang_bg_bottom.png
Normal file
BIN
image/lang/lang_bg_bottom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 648 B |
BIN
image/lang/lang_bg_center.png
Normal file
BIN
image/lang/lang_bg_center.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 246 B |
BIN
image/lang/lang_bg_top.png
Normal file
BIN
image/lang/lang_bg_top.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 644 B |
BIN
image/page_doing/brewing_txt_adv1.png
Normal file
BIN
image/page_doing/brewing_txt_adv1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
image/page_doing/brewing_txt_adv1_en.png
Normal file
BIN
image/page_doing/brewing_txt_adv1_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
image/page_doing/tao_adv1.png
Normal file
BIN
image/page_doing/tao_adv1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
|
|
@ -296,7 +296,6 @@
|
||||||
Var CreditCardVoid = 0
|
Var CreditCardVoid = 0
|
||||||
|
|
||||||
|
|
||||||
;READ_FILE "/mnt/sdcard/coffeevending/CampaignEnable" CampaignEnableStr
|
|
||||||
If CampaignEnableStr = "true" Then
|
If CampaignEnableStr = "true" Then
|
||||||
Var CampaignEnable = 1
|
Var CampaignEnable = 1
|
||||||
Var CampaignVideoTimeCountDown = 14
|
Var CampaignVideoTimeCountDown = 14
|
||||||
|
|
@ -1011,6 +1010,7 @@
|
||||||
DEBUGVAR CountUpBrewing
|
DEBUGVAR CountUpBrewing
|
||||||
; animation video loop
|
; animation video loop
|
||||||
If AnimationOn = "true" Then
|
If AnimationOn = "true" Then
|
||||||
|
|
||||||
If CampaignEnable = 1 Then
|
If CampaignEnable = 1 Then
|
||||||
If CampaignVideoTimeCountDown > 0 Then
|
If CampaignVideoTimeCountDown > 0 Then
|
||||||
Var CampaignVideoTimeCountDown = CampaignVideoTimeCountDown - 1
|
Var CampaignVideoTimeCountDown = CampaignVideoTimeCountDown - 1
|
||||||
|
|
|
||||||
|
|
@ -271,6 +271,9 @@
|
||||||
<LangSwitch>
|
<LangSwitch>
|
||||||
<X> 990 </X>
|
<X> 990 </X>
|
||||||
<Y> 438 </Y>
|
<Y> 438 </Y>
|
||||||
|
<Width> 82 </Width>
|
||||||
|
<Height> 157</Height>
|
||||||
|
|
||||||
</LangSwitch>
|
</LangSwitch>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3320,7 +3320,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
If RoadShow = "true" Then
|
If RoadShow = "true" Then
|
||||||
Var SelectDrink = SaveSelectDrinkRoadShow
|
Var SelectDrink = UserSelectProductCode
|
||||||
Else
|
Else
|
||||||
Var SelectDrink = UserSelectProductCode
|
Var SelectDrink = UserSelectProductCode
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -3784,6 +3784,8 @@
|
||||||
If RoadShow = "true" Then
|
If RoadShow = "true" Then
|
||||||
Var PriceDrinkTmp = 0
|
Var PriceDrinkTmp = 0
|
||||||
Var PriceDrinkTmpShow = "Free"
|
Var PriceDrinkTmpShow = "Free"
|
||||||
|
|
||||||
|
DEBUGVAR SelectDrink
|
||||||
DEBUGVAR PriceDrinkTmpShow
|
DEBUGVAR PriceDrinkTmpShow
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue