DO
This commit is contained in:
parent
cb2b9d55fd
commit
a6ccab454d
3 changed files with 14 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
Var UserSelectProductCode = SelectDrink
|
||||
|
||||
Var showText4 = "Invisible"
|
||||
Var showText7 = "Invisible"
|
||||
|
||||
DEBUGVAR UserSelectProductCode
|
||||
|
||||
|
|
@ -750,6 +751,13 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Image>
|
||||
<State> showText7 </Stage>
|
||||
<X> 602 </X>
|
||||
<Y> 64 </Y>
|
||||
<Filename> Var( DirImage + "/text7.png" ) </Filename>
|
||||
</Image>
|
||||
|
||||
</Block>
|
||||
|
||||
;- Begin topping1
|
||||
|
|
@ -1576,6 +1584,9 @@
|
|||
|
||||
Var topping2 = toppingID2index2
|
||||
Var DisableUsingCode = "true"
|
||||
|
||||
Var showText7 = "Enable"
|
||||
|
||||
SAVELOG "Select add normal shot"
|
||||
Else
|
||||
If blendedState = "Disable" Then
|
||||
|
|
@ -1588,6 +1599,8 @@
|
|||
Var DisableUsingCode = "false"
|
||||
SAVELOG "Deselect add normal shot"
|
||||
|
||||
Var showText7 = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR showShotEnable
|
||||
|
|
@ -1598,6 +1611,7 @@
|
|||
|
||||
SAVELOG PriceDrinkTmp
|
||||
|
||||
Var Timeout = 0
|
||||
Refresh
|
||||
|
||||
</Function1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue