diff --git a/inter/sgp/video/script_thank.ev b/inter/sgp/video/script_thank.ev index a79dcdd2..6910325e 100644 --- a/inter/sgp/video/script_thank.ev +++ b/inter/sgp/video/script_thank.ev @@ -11,3 +11,17 @@ If EventTurnOn = 1 Then EndIf +If UsePepsiTheme = 1 Then + + ; expect-wtc + If SaveTheWorldCount = 0 Then + GetFileSizeK "taobin_project/inter/whatthecup/common/video/wtc_thankyou.mp4" MainfileSize + DEBUGVAR MainfileSize + If MainfileSize = 5184722 Then + Var video_file_name = "ROOT/taobin_project/inter/whatthecup/common/video/wtc_thankyou.mp4" + EndIf + Else + + EndIf + +EndIf diff --git a/inter/whatthecup/common/video/wtc_thankyou.mp4 b/inter/whatthecup/common/video/wtc_thankyou.mp4 new file mode 100644 index 00000000..52a5ea4c Binary files /dev/null and b/inter/whatthecup/common/video/wtc_thankyou.mp4 differ diff --git a/xml/page_thankyou.xml b/xml/page_thankyou.xml index fc9a90e0..e31fc3a2 100644 --- a/xml/page_thankyou.xml +++ b/xml/page_thankyou.xml @@ -157,6 +157,14 @@ Else TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev" EndIf + Else + If InternationalEnable = 1 Then + If UsePepsiTheme = 1 Then + Var script_thankyou = CountryRootPath + "video/script_thank.ev" + TRY script_thankyou + EndIf + EndIf + EndIf