DO 6.65 fix
This commit is contained in:
parent
56316163ee
commit
e84ba8ef2a
19 changed files with 422 additions and 211 deletions
|
|
@ -82,6 +82,7 @@
|
|||
;Var ShotCoffeePremium = "Enable"
|
||||
;Var showOreoAddEnable = "Enable"
|
||||
|
||||
Var ExtraTopping = "Invisible"
|
||||
|
||||
; On open
|
||||
Var LidState = Lid1Status
|
||||
|
|
@ -529,6 +530,8 @@
|
|||
Var showText8 = "Enable"
|
||||
|
||||
EndIf
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -888,7 +891,7 @@
|
|||
|
||||
Var ShotCoffeeBG = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
Refresh
|
||||
EndIf
|
||||
|
|
@ -899,6 +902,7 @@
|
|||
Var ShotCoffeeBG = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -908,7 +912,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -917,7 +921,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -926,7 +930,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -936,7 +940,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -945,7 +949,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -955,7 +959,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -965,7 +969,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -974,7 +978,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -984,7 +988,7 @@
|
|||
|
||||
Var ShotCoffeePremium = "Enable"
|
||||
Var showShotEnable = "Invisible"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
Var text_price_topping = "(+฿" + toppingID2price2
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
|
|
@ -2158,7 +2162,7 @@
|
|||
<Row1>
|
||||
<Width> 986 </Width>
|
||||
<Height> 64 </Height>
|
||||
<State> "Enable" </State>
|
||||
<State> ExtraTopping </State>
|
||||
<Image>
|
||||
<Filename> "ROOT/taobin_project/image/topping2/bg_top.png" </Filename>
|
||||
</Image>
|
||||
|
|
@ -2449,7 +2453,7 @@
|
|||
<Height> 27 </Height>
|
||||
<Y> -5 </Y>
|
||||
<Image>
|
||||
<State> "Enable" </State>
|
||||
<State> ExtraTopping </State>
|
||||
<Filename> "ROOT/taobin_project/image/topping2/bg_bottom.png" </Filename>
|
||||
</Image>
|
||||
</Row1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue