fix incorrect mys video path
This commit is contained in:
parent
488b130981
commit
17d9e13f5d
1 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ Var EventTurnOn = 0
|
||||||
|
|
||||||
DEBUGVAR MainfileSize
|
DEBUGVAR MainfileSize
|
||||||
If SystemDateMonthInt = 12 Then
|
If SystemDateMonthInt = 12 Then
|
||||||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
GetFileSizeK "taobin_project/inter/mys/video/video_main_event.mp4" MainfileSize
|
||||||
DEBUGVAR MainfileSize
|
DEBUGVAR MainfileSize
|
||||||
If MainfileSize = 9203607 Then
|
If MainfileSize = 9203607 Then
|
||||||
Var EventTurnOn = 1
|
Var EventTurnOn = 1
|
||||||
|
|
@ -15,7 +15,7 @@ EndIf
|
||||||
|
|
||||||
If SystemDateMonthInt = 1 Then
|
If SystemDateMonthInt = 1 Then
|
||||||
If SystemDateDayInt < 3 Then
|
If SystemDateDayInt < 3 Then
|
||||||
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
|
GetFileSizeK "taobin_project/inter/mys/video/video_main_event.mp4" MainfileSize
|
||||||
DEBUGVAR MainfileSize
|
DEBUGVAR MainfileSize
|
||||||
If MainfileSize = 9203607 Then
|
If MainfileSize = 9203607 Then
|
||||||
Var EventTurnOn = 1
|
Var EventTurnOn = 1
|
||||||
|
|
@ -28,9 +28,9 @@ DEBUGVAR EventTurnOn
|
||||||
If EventTurnOn = 1 Then
|
If EventTurnOn = 1 Then
|
||||||
Var CountDownShowButton = 0
|
Var CountDownShowButton = 0
|
||||||
Var ShowButtonClickFull = "Invisible"
|
Var ShowButtonClickFull = "Invisible"
|
||||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_event.mp4"
|
Var VideoMainPage = "ROOT/taobin_project/inter/mys/video/video_main_event.mp4"
|
||||||
Else
|
Else
|
||||||
Var CountDownShowButton = 0
|
Var CountDownShowButton = 0
|
||||||
Var ShowButtonClickFull = "Invisible"
|
Var ShowButtonClickFull = "Invisible"
|
||||||
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
|
Var VideoMainPage = "ROOT/taobin_project/inter/mys/video/video_main.mp4"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue