DO
This commit is contained in:
parent
51875b0b0d
commit
e74f262e7d
8 changed files with 98 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
BIN
video/brewing_adv3.mp4
Executable file → Normal file
BIN
video/brewing_adv3.mp4
Executable file → Normal file
Binary file not shown.
|
|
@ -665,6 +665,7 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
Var ShowPromoitonOreo = 1
|
||||
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
|
|
@ -725,6 +726,13 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var ShowPromoitonOreo = 0
|
||||
EndIf
|
||||
If SystemDateMonthInt = 5 Then
|
||||
Var ShowPromoitonOreo = 0
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR $12-03-03-0009.Button
|
||||
|
|
@ -872,8 +880,12 @@
|
|||
Var PromotionOreoVolcanoEnable = 0
|
||||
EndIf
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend2.xml"
|
||||
|
||||
If ShowPromoitonOreo = 1 Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
Else
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_group_recommend2.xml"
|
||||
EndIf
|
||||
|
||||
Machine DoorClose
|
||||
|
||||
|
|
|
|||
|
|
@ -1098,7 +1098,7 @@
|
|||
If adver_brewing_count_down = 0 Then
|
||||
GetFileSizeK "taobin_project/video/brewing_adv3.mp4" brewing_adv_size
|
||||
DEBUGVAR brewing_adv_size
|
||||
If brewing_adv_size = 4606739 Then
|
||||
If brewing_adv_size = 8321419 Then
|
||||
Var adver_brewing_play_index = 1
|
||||
Var adver_brewing_count_down = 20
|
||||
Else
|
||||
|
|
|
|||
|
|
@ -6,6 +6,87 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
If SystemDateDayInt = 20 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 24 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt = 27 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt = 6 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 13 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 20 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 27 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var PromotionOreoToppingFreeEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
If SystemDateDayInt = 21 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 24 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 3 Then
|
||||
If SystemDateDayInt = 1 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 8 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 15 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 22 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 29 Then
|
||||
Var PromotionOreoToppingFreeEnable = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR $12-03-03-0009.Button
|
||||
|
||||
If PromotionOreoVolcanoEnable = 1 Then
|
||||
Var bn_oreo_vo_get1_full_path = "ROOT/taobin_project/image/page_drink_picture2_n//bn_oreo_vo_get1_final.png"
|
||||
Var smoothie_oreo_resting = "ROOT/taobin_project/image/page_drink_n//bn_oreo_vo_get1_final.png"
|
||||
Var smoothie_oreo_press = "ROOT/taobin_project/image/page_drink_press_n//bn_oreo_vo_get1_final.png"
|
||||
Var smoothie_oreo_disable = "ROOT/taobin_project/image/page_drink_disable_n2//bn_oreo_vo_get1_final.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
|
||||
|
||||
|
||||
Var PromotionIDCurrentOrder = 0
|
||||
DEBUGVAR PromotionOreoToppingFreeEnable
|
||||
DEBUGVAR PromotionOreoVolcanoEnable
|
||||
|
||||
|
||||
If SpiralOnline = "true" Then
|
||||
|
|
|
|||
|
|
@ -106,8 +106,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "7.02"
|
||||
Var XMLPageVersionInt = 702
|
||||
Var XMLPageVersion = "7.03"
|
||||
Var XMLPageVersionInt = 703
|
||||
</EventOpen>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue