29 lines
572 B
Text
29 lines
572 B
Text
|
|
Var MainfileSize = 0
|
|
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
|
DEBUGVAR MainfileSize
|
|
|
|
If MainfileSize = 10598934 Then
|
|
If SystemDateMonth = 11 Then
|
|
Var EventTurnOn = 1
|
|
EndIf
|
|
|
|
If SystemDateMonth = 12 Then
|
|
|
|
Var EventTurnOn = 1
|
|
|
|
If SystemDateDay < 7 Then
|
|
Var EventTurnOn = 0
|
|
EndIf
|
|
|
|
If SystemDateDay = 6 Then
|
|
Var EventTurnOn = 0
|
|
EndIf
|
|
EndIf
|
|
|
|
If EventTurnOn = 1 Then
|
|
Var CountDownShowButton = 0
|
|
Var ShowButtonClickFull = "Invisible"
|
|
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
|
EndIf
|
|
EndIf
|