AUS: Added Taste The Journey promotion
This commit is contained in:
parent
3b641a298d
commit
97fccab49f
40 changed files with 4853 additions and 22 deletions
|
|
@ -1 +1 @@
|
|||
/event/promotion_st_patrick_day.lxml
|
||||
/event/promotion_taste_the_journey.lxml
|
||||
|
|
@ -1 +1 @@
|
|||
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_st_patrick.lxml"
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_catalog_group_pro_taste_the_journey.lxml"
|
||||
|
|
|
|||
3643
inter/aus/xml/event/promotion_taste_the_journey.lxml
Normal file
3643
inter/aus/xml/event/promotion_taste_the_journey.lxml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -6,18 +6,9 @@
|
|||
<Filename> ###normal_eng </Filename>
|
||||
<FilenamePress> ###press_eng </FilenamePress>
|
||||
<FilenameDisable> ###disable_eng </FilenameDisable>
|
||||
<EventOnClick>
|
||||
<EventOnClick>
|
||||
|
||||
###EventOnClick
|
||||
|
||||
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
<EventUnitTest1>
|
||||
Var BigButtonEnable = "Enable"
|
||||
Refresh
|
||||
</EventUnitTest1>
|
||||
<EventUnitTest2>
|
||||
Var BigButtonEnable = "Invisible"
|
||||
Refresh
|
||||
</EventUnitTest2>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ If AutumnBreezePro = 1 Then
|
|||
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_autumn_breeze.lxml"
|
||||
EndIf
|
||||
|
||||
If TasteTheJourneyPro = 1 Then
|
||||
Var RecommendPage = "ROOT/taobin_project/inter/aus/xml/event/promotion_taste_the_journey.lxml"
|
||||
EndIf
|
||||
|
||||
If OpenFromPageBoard = 1 Then
|
||||
OpenInst 2 RecommendPage
|
||||
Else
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ Var CleanFeedbackFlag = 0
|
|||
|
||||
Var HappyEasterPro = 0
|
||||
Var AutumnBreezePro = 0
|
||||
Var TasteTheJourneyPro = 0
|
||||
|
||||
If SystemDateMonthInt = 4 Then
|
||||
Var HappyEasterPro = 1
|
||||
|
|
@ -23,6 +24,10 @@ If SystemDateMonthInt = 5 Then
|
|||
Var AutumnBreezePro = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
Var TasteTheJourneyPro = 1
|
||||
EndIf
|
||||
|
||||
Var XMLLiveInfoEnable = 1
|
||||
|
||||
DEBUGVAR Propepsi99Enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue