DO oreo
This commit is contained in:
parent
ea6015ad27
commit
bc76948f65
14 changed files with 1125 additions and 79 deletions
|
|
@ -670,6 +670,9 @@
|
|||
If SystemDateDayInt = 21 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 22 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 27 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
|
|
@ -699,6 +702,12 @@
|
|||
If SystemDateDayInt = 22 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 23 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 24 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
|
|
@ -723,10 +732,27 @@
|
|||
|
||||
DEBUGVAR $12-03-03-0009.Button
|
||||
|
||||
If $12-03-03-0009.Button = "Enable" Then
|
||||
If PromotionOreoVolcanoEnable = 1 Then
|
||||
Var bn_oreo_vo_get1_full_path = "ROOT/taobin_project/image/page_drink_picture2_n//bn_oreo_vo_get1.png"
|
||||
Var smoothie_oreo_resting = "ROOT/taobin_project/image/page_drink_n//bn_oreo_vo_get1.png"
|
||||
Var smoothie_oreo_press = "ROOT/taobin_project/image/page_drink_press_n//bn_oreo_vo_get1.png"
|
||||
Var smoothie_oreo_disable = "ROOT/taobin_project/image/page_drink_disable_n2//bn_oreo_vo_get1.png"
|
||||
|
||||
Else
|
||||
|
||||
Var smoothie_oreo_resting = "ROOT/taobin_project/image/page_drink_n//bn_smoothie_oreo.png"
|
||||
Var smoothie_oreo_press = "ROOT/taobin_project/image/page_drink_press_n//bn_smoothie_oreo.png"
|
||||
Var smoothie_oreo_disable = "ROOT/taobin_project/image/page_drink_disable_n2//bn_smoothie_oreo.png"
|
||||
Var bn_oreo_vo_get1_full_path = "ROOT/taobin_project/image/page_drink_picture2_n//bn_smoothie_oreo.png"
|
||||
EndIf
|
||||
|
||||
; cut off
|
||||
If $12-03-03-0009.Button = "Enable" Then
|
||||
|
||||
Else
|
||||
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue