70 lines
1.4 KiB
Text
70 lines
1.4 KiB
Text
; Need var brew_vdo2
|
|
; Need var brew_txt2
|
|
|
|
DEBUGVAR script3_brewing_ignore
|
|
If script3_brewing_ignore = "" Then
|
|
|
|
|
|
If BoxID = 175689 Then
|
|
Var ShopeePayLaterOn = 1
|
|
EndIf
|
|
If BoxID = 173873 Then
|
|
Var ShopeePayLaterOn = 1
|
|
EndIf
|
|
If BoxID = 173149 Then
|
|
Var ShopeePayLaterOn = 1
|
|
EndIf
|
|
If BoxID = 200001 Then
|
|
Var ShopeePayLaterOn = 1
|
|
EndIf
|
|
|
|
|
|
If SystemDateMonthInt = 9 Then
|
|
Var ShopeePayLaterOn = 1
|
|
|
|
If SystemDateDayInt > 14 Then
|
|
Var EDC_ThailandOn = 1
|
|
EndIf
|
|
EndIf
|
|
|
|
|
|
If SystemDateMonthInt = 10 Then
|
|
|
|
Var EDC_ThailandOn = 1
|
|
EndIf
|
|
|
|
If SystemDateMonthInt = 11 Then
|
|
|
|
Var EDC_ThailandOn = 1
|
|
EndIf
|
|
|
|
|
|
If ShopeePayLaterOn = 1 Then
|
|
|
|
|
|
GetFileSizeK "taobin_project/video/brewing_adv12.mp4" brewing_adv_size
|
|
DEBUGVAR brewing_adv_size
|
|
If brewing_adv_size = 3687715 Then
|
|
|
|
Var adver_brewing_play_index = 1
|
|
Var adver_brewing_count_down = 15
|
|
|
|
Var brew_vdo2 = "ROOT/taobin_project/video/brewing_adv12.mp4"
|
|
If show_eng = "true" Then
|
|
Var brew_txt2 = "ROOT/taobin_project/video/brewing_txt_adv12_en.png"
|
|
Else
|
|
Var brew_txt2 = "ROOT/taobin_project/video/brewing_txt_adv12.png"
|
|
EndIf
|
|
SAVELOG "Play adv11 ShopeePayLaterOn "
|
|
EndIf
|
|
|
|
; comment for change this file size
|
|
|
|
EndIf
|
|
Else
|
|
Var adver_brewing_play_index = 1
|
|
Var adver_brewing_count_down = 0
|
|
Var SelectMenuBetweenBrewEnable1Blink = "Enable"
|
|
Var SelectMenuBetweenBrewEnable1Text = "Enable"
|
|
|
|
EndIf
|