Update
This commit is contained in:
parent
03c552e0de
commit
4a2f8fa513
184 changed files with 90360 additions and 39752 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -4,8 +4,9 @@ DEBUGVAR PayOfflineMode
|
|||
DEBUGVAR CocktailShow
|
||||
DEBUGVAR OpenFromPageBoard
|
||||
|
||||
DEBUGVAR JemilaPro
|
||||
DEBUGVAR HallweenPro
|
||||
DEBUGVAR WeekdayDiscountPro
|
||||
DEBUGVAR WeekdayDiscountProEventOn
|
||||
DEBUGVAR OreoDiscount11Pro
|
||||
|
||||
Var PromotionState1 = "Invisible"
|
||||
Var PromotionState2 = "Invisible"
|
||||
|
|
@ -24,11 +25,8 @@ Else
|
|||
|
||||
Var CountEnablePromotion = 0
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||
; zone promote
|
||||
|
||||
If JemilaPro = 1 Then
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/promotion_jemila.xml"
|
||||
EndIf
|
||||
; zone promote
|
||||
|
||||
If HalloweenPro = 1 Then
|
||||
Var PromotionState1 = "Enable"
|
||||
|
|
@ -45,6 +43,32 @@ Else
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If WeekdayDiscountPro = 1 Then
|
||||
Var ProEnableCount = 1
|
||||
Var PromotionState1 = "Enable"
|
||||
|
||||
If OreoDiscount11Pro = 1 Then
|
||||
Var PromotionState2 = "Enable"
|
||||
Var ProEnableCount = ProEnableCount + 1
|
||||
EndIf
|
||||
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/weekday_discount/promotion_weekday_discount.xml"
|
||||
|
||||
If ProEnableCount > 1 Then
|
||||
If WeekdayDiscountProEventOn = 1 Then
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/weekday_discount/multi_promotion_weekday_discount_event_on.xml"
|
||||
Else
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/weekday_discount/promotion_oreo_discount_11.xml"
|
||||
EndIf
|
||||
Else
|
||||
If WeekdayDiscountProEventOn = 1 Then
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/weekday_discount/promotion_weekday_discount_event_on.xml"
|
||||
Else
|
||||
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/weekday_discount/promotion_weekday_discount.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If OpenFromPageBoard = 1 Then
|
||||
DEBUGVAR FreeEnergyDrink
|
||||
DEBUGVAR BigButtonEnable
|
||||
|
|
|
|||
|
|
@ -138,6 +138,15 @@ Var JemilaRewardOutOfStock = 0
|
|||
Var HalloweenPro = 0
|
||||
Var FromHalloweenPro = 0
|
||||
|
||||
; Weekday discount, 4 Nov - 31 Dec
|
||||
Var WeekdayDiscountPro = 0
|
||||
Var WeekdayDiscountProEventOn = 0
|
||||
Var FromWeekdayDiscountProEventOn = 0
|
||||
|
||||
; Oreo 11.11 discount,. 11 - 13 Nov
|
||||
Var OreoDiscount11Pro = 0
|
||||
Var FromOreoDiscount11Pro = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
Var PayMentCodeShouldCollectPromotionPoint = 0
|
||||
Var NotCollectPointPromotion = 0
|
||||
|
|
@ -222,6 +231,22 @@ If SystemDateMonthInt = 11 Then
|
|||
If SystemDateDayInt <= 3 Then
|
||||
Var HalloweenPro = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt >= 4 Then
|
||||
Var WeekdayDiscountPro = 1
|
||||
|
||||
If SystemTimeHourInt >= 16 Then
|
||||
If SystemTimeHourInt <= 22 Then
|
||||
Var WeekdayDiscountProEventOn = 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt >= 11 Then
|
||||
If SystemDateDayInt <= 13 Then
|
||||
Var OreoDiscount11Pro = 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -367,6 +392,8 @@ If taobin_nopro = "true" Then
|
|||
Var RobinsonBeautyPro = 0
|
||||
Var JemilaPro = 0
|
||||
Var HalloweenPro = 0
|
||||
Var WeekdayDiscountPro = 0
|
||||
Var OreoDiscount11Pro = 0
|
||||
|
||||
Var AdvertiseProfile = "00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00/00"
|
||||
|
||||
|
|
@ -419,6 +446,14 @@ Else
|
|||
Var JemilaPro = 0
|
||||
EndIf
|
||||
|
||||
|
||||
If OreoEnable = "true" Then
|
||||
|
||||
Else
|
||||
Var OreoDiscount11Pro = 0
|
||||
EndIf
|
||||
|
||||
|
||||
Var CurrentMainVideoTemp = 0
|
||||
|
||||
|
||||
|
|
|
|||
15236
xml/event/weekday_discount/multi_promotion_weekday_discount.xml
Normal file
15236
xml/event/weekday_discount/multi_promotion_weekday_discount.xml
Normal file
File diff suppressed because it is too large
Load diff
15236
xml/event/weekday_discount/multi_promotion_weekday_discount_event_on.xml
Normal file
15236
xml/event/weekday_discount/multi_promotion_weekday_discount_event_on.xml
Normal file
File diff suppressed because it is too large
Load diff
3450
xml/event/weekday_discount/promotion_oreo_discount_11.xml
Normal file
3450
xml/event/weekday_discount/promotion_oreo_discount_11.xml
Normal file
File diff suppressed because it is too large
Load diff
3402
xml/event/weekday_discount/promotion_weekday_discount.xml
Normal file
3402
xml/event/weekday_discount/promotion_weekday_discount.xml
Normal file
File diff suppressed because it is too large
Load diff
3946
xml/event/weekday_discount/promotion_weekday_discount_event_on.xml
Normal file
3946
xml/event/weekday_discount/promotion_weekday_discount_event_on.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue