before make paydetail2

This commit is contained in:
wanlop run 2024-04-08 21:55:56 +07:00
parent 07f551f32c
commit 3e0723c601
12 changed files with 16 additions and 53 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 735 B

Before After
Before After

View file

@ -1,11 +1,2 @@
SAVELOG "For change size this file."
If EventTurnOn = 1 Then
GetFileSizeK "taobin_project/inter/aus/video/taobin_thank1_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 6749397 Then
Var video_file_name = "ROOT/taobin_project/inter/aus/video/taobin_thank1_event.mp4"
EndIf
EndIf

View file

@ -3,35 +3,6 @@ Var EventTurnOn = 0
DEBUGVAR MainfileSize
If SystemDateMonthInt = 12 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9267190 Then
Var EventTurnOn = 1
EndIf
EndIf
If SystemDateMonthInt = 1 Then
If SystemDateDayInt < 3 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_event.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 9267190 Then
Var EventTurnOn = 1
EndIf
EndIf
EndIf
DEBUGVAR EventTurnOn
If EventTurnOn = 1 Then
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_event.mp4"
Else
Var CountDownShowButton = 0
Var ShowButtonClickFull = "Invisible"
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main.mp4"
EndIf
Var VideoMainPage = "ROOT/taobin_project/inter/common/video/video_main.mp4"

Binary file not shown.