Fix bug
This commit is contained in:
parent
c873a02cdf
commit
5a13cbe074
2 changed files with 8 additions and 8 deletions
|
|
@ -1,19 +1,19 @@
|
|||
Var MainfileSize = 0
|
||||
DEBUGVAR BoxID
|
||||
Var EventMatch = 0
|
||||
Var TeaserBottleEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 12 Then
|
||||
Var EventMatch = 1
|
||||
|
||||
EndIf
|
||||
If SystemDateMonthInt = 1 Then
|
||||
If SystemDateDayInt < 3 Then
|
||||
Var EventMatch = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 1 Then
|
||||
If SystemDateDayInt < 3 Then
|
||||
Var EventMatch = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR EventMatch
|
||||
|
||||
If EventMatch = 1 Then
|
||||
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue