master
This commit is contained in:
parent
6c8e8a103e
commit
b8299ecb3d
10 changed files with 2701 additions and 2701 deletions
|
|
@ -2524,7 +2524,7 @@
|
|||
<Height> 64 </Height>
|
||||
<State> ExtraTopping </State>
|
||||
<Image>
|
||||
<Filename> "ROOT/taobin_project/image/topping2/bg_top.png" </Filename>
|
||||
<Filename> Var( DirImage + "/bg_top.png" ) </Filename>
|
||||
</Image>
|
||||
</Row1>
|
||||
;
|
||||
|
|
@ -2553,27 +2553,16 @@
|
|||
<EventClick>
|
||||
SAVELOG "premium shot press"
|
||||
|
||||
|
||||
If ShotCoffeePremium = "Press" Then
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var PriceDrinkTmp = PriceDrinkTmp - toppingID2price2
|
||||
Var topping2 = toppingID2index1
|
||||
Var DisableUsingCode = "false"
|
||||
SAVELOG "Deselect add premium shot"
|
||||
Else
|
||||
Var ShotCoffeePremium = "Press"
|
||||
Var PriceDrinkTmp = PriceDrinkTmp + toppingID2price2
|
||||
Var topping2 = toppingID2index2
|
||||
Var DisableUsingCode = "true"
|
||||
SAVELOG "Select add premium shot"
|
||||
EndIf
|
||||
|
||||
Var PriceDrinkNoTop = PriceDrinkTmp
|
||||
Function 2
|
||||
|
||||
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
|
||||
|
||||
SAVELOG PriceDrinkTmp
|
||||
Refresh
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -2590,25 +2579,15 @@
|
|||
<EventClick>
|
||||
SAVELOG "premium shot press"
|
||||
|
||||
|
||||
If ShotCoffeePremium = "Press" Then
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var PriceDrinkTmp = PriceDrinkTmp - toppingID2price2
|
||||
Var topping2 = toppingID2index1
|
||||
Var DisableUsingCode = "false"
|
||||
SAVELOG "Deselect add premium shot"
|
||||
Else
|
||||
Var ShotCoffeePremium = "Press"
|
||||
Var PriceDrinkTmp = PriceDrinkTmp + toppingID2price2
|
||||
Var topping2 = toppingID2index2
|
||||
Var DisableUsingCode = "true"
|
||||
SAVELOG "Select add premium shot"
|
||||
EndIf
|
||||
|
||||
Var PriceDrinkNoTop = PriceDrinkTmp
|
||||
Function 2
|
||||
|
||||
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
|
||||
|
||||
SAVELOG PriceDrinkTmp
|
||||
Refresh
|
||||
|
||||
|
||||
|
|
@ -3590,18 +3569,15 @@
|
|||
DEBUGVAR PriceDrinkNoTop
|
||||
DEBUGVAR PriceDiff
|
||||
DEBUGVAR showShotEnable
|
||||
|
||||
|
||||
If showShotEnable = "Press" Then
|
||||
|
||||
If ShotCoffeePremium = "Press" Then
|
||||
If blendedState = "Press" Then
|
||||
Var PriceDrinkTmp = PriceDrinkNoTop
|
||||
EndIf
|
||||
|
||||
Var blendedState = "Disable"
|
||||
|
||||
Var TOPPING_PRICE = 0
|
||||
|
||||
;Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
|
||||
Var TOPPING_PRICE = TOPPING_PRICE + toppingID2price2
|
||||
|
||||
Var topping2 = toppingID2index2
|
||||
|
|
@ -3611,18 +3587,42 @@
|
|||
Var showText7 = "Enable"
|
||||
|
||||
SAVELOG "Select add normal shot"
|
||||
|
||||
Else
|
||||
If blendedState = "Disable" Then
|
||||
Var blendedState = "Enable"
|
||||
|
||||
If showShotEnable = "Press" Then
|
||||
If blendedState = "Press" Then
|
||||
Var PriceDrinkTmp = PriceDrinkNoTop
|
||||
EndIf
|
||||
|
||||
Var blendedState = "Disable"
|
||||
|
||||
Var TOPPING_PRICE = 0
|
||||
|
||||
;Var PriceDrinkTmp = PriceDrinkNoTop + toppingID2price2
|
||||
Var TOPPING_PRICE = TOPPING_PRICE + toppingID2price2
|
||||
|
||||
Var topping2 = toppingID2index2
|
||||
|
||||
Var DisableUsingCode = "true"
|
||||
|
||||
Var showText7 = "Enable"
|
||||
|
||||
SAVELOG "Select add normal shot"
|
||||
Else
|
||||
If blendedState = "Disable" Then
|
||||
Var blendedState = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
Var PriceDrinkTmp = PriceDrinkNoTop
|
||||
Var topping2 = toppingID2index1
|
||||
Var DisableUsingCode = "false"
|
||||
SAVELOG "Deselect add normal shot"
|
||||
|
||||
Var showText7 = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
Var PriceDrinkTmp = PriceDrinkNoTop
|
||||
Var topping2 = toppingID2index1
|
||||
Var DisableUsingCode = "false"
|
||||
SAVELOG "Deselect add normal shot"
|
||||
|
||||
Var showText7 = "Invisible"
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue