add link pepween

This commit is contained in:
Pakin 2023-09-26 10:08:03 +07:00
parent d8332bcd01
commit df11cccb2d
2 changed files with 23 additions and 5 deletions

View file

@ -13,6 +13,14 @@ If OpenFromPageBoard = 1 Then
EndIf
Else
If ProPepweenEnable = 1 Then
Var BigButtonEnable = "Enable"
Open "ROOT/taobin_project/xml/event/promotion_pepween.xml"
Else
If TamatianEnable = 1 Then
Var BigButtonEnable = "Enable"
@ -20,5 +28,9 @@ Else
Else
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
EndIf
EndIf
EndIf
Var OpenFromPageBoard = 0

View file

@ -69,7 +69,11 @@ EndIf
If SystemDateMonthInt = 10 Then
If SystemDateDayInt < 16 Then
Var GameEnableFromTrickerEv = 1
EndIf
If SystemDateDayInt > 15 Then
Var ProPepweenEnable = 1
@ -77,6 +81,8 @@ If SystemDateMonthInt = 10 Then
EndIf
DEBUGVAR ProPepweenEnable
If SystemDateMonthInt = 11 Then
Var ProPepweenEnable = 0
EndIf