THAI: Added Collecting Point page Lucky Draw

This commit is contained in:
Kenta420 2024-07-30 09:23:47 +07:00
parent 1e168c68ca
commit 902ab5badf
46 changed files with 1613 additions and 138 deletions

View file

@ -127,10 +127,10 @@ Var New_Payment = 0
Var XMLLiveInfoEnable = 0
Var CheckMemberPageCampaign = 0
Var LuckyDrawCampaign = 0
If SystemDateMonthInt = 1 Then
Var CheckMemberPageCampaign = 1
Var LuckyDrawCampaign = 1
EndIf
If SystemDateMonthInt = 5 Then
@ -195,7 +195,7 @@ If SystemDateMonthInt = 6 Then
EndIf
If SystemDateDayInt >= 17 Then
Var CheckMemberPageCampaign = 1
Var LuckyDrawCampaign = 1
EndIf
EndIf
@ -223,7 +223,7 @@ If SystemDateMonthInt = 7 Then
EndIf
If SystemDateMonthInt >= 7 Then
Var CheckMemberPageCampaign = 1
Var LuckyDrawCampaign = 1
EndIf