DO
This commit is contained in:
parent
74c141a5fe
commit
6cb54114d6
10 changed files with 122 additions and 93 deletions
|
|
@ -1,25 +1,29 @@
|
|||
Var MainfileSize = 0
|
||||
DEBUGVAR BoxID
|
||||
|
||||
If SystemDateMonthInt = 6 Then
|
||||
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 7184295 Then
|
||||
|
||||
Var EventTurnOn = 1
|
||||
If CountryName = "Malaysia" Then
|
||||
Var EventTurnOn = 0
|
||||
Else
|
||||
If SystemDateMonthInt = 6 Then
|
||||
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
If MainfileSize = 7184295 Then
|
||||
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 172644 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 172644 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue