DO brew adv

This commit is contained in:
kong 2022-12-25 22:46:17 +07:00
parent 8d9fd45683
commit ed21039789
9 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

BIN
image/lang/lang_bg_top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View file

@ -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

View file

@ -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>

View file

@ -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