SGP+WTC: add blue theme for payment code & change to not show make order btn

This commit is contained in:
Pakin 2024-09-13 12:43:41 +07:00
parent 23f76611e3
commit 5243bba769
2 changed files with 17 additions and 4 deletions

View file

@ -1247,9 +1247,12 @@
Var MainStartPepsiThemeDir = MainStartPepsiThemeDir + "/image/main_page/"
;Var img_rest_main_page = MainStartPepsiThemeDir + "bn_main_page_start.png"
Var img_press_main_page = MainStartPepsiThemeDir + "bp_main_page_start.png"
Var img_press_main_page = ""
Var VideoMainPage = "ROOT/taobin_project/inter/whatthecup/common/video/video_main_wtc.mp4"
Var ShowButtonClickFull = "Enable"
EndIf
Else
; default-theme
@ -1557,13 +1560,23 @@
If CountDownShowButton = 31 Then
Var ShowButtonClickFull = "Enable"
Var ShowButtonClick = "Invisible"
If UsePepsiTheme = 1 Then
Var ShowButtonClickFull = "Enable"
EndIf
Refresh
EndIf
If CountDownShowButton = 3 Then
Var ShowButtonClick = "Enable"
Var ShowButtonClickFull = "Invisible"
Var ShowButtonClickFull = "Invisible"
If UsePepsiTheme = 1 Then
Var ShowButtonClickFull = "Enable"
EndIf
Refresh
EndIf