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

@ -427,7 +427,7 @@
<Image>
<X> 158 </X>
<Y> 601 </Y>
<Filename> "ROOT/taobin_project/inter/whatthecup/sgp/image/collectiing_en/img_popup1.png" </Filename>
<Filename> "ROOT/taobin_project/image/collectiing_en/img_popup1.png" </Filename>
</Image>
@ -965,7 +965,7 @@
<Align> Center </Align>
<Size> 62 </Size>
<Font> RobotoBlack </Font>
<Color> 0x513C2F </Color>
<Color> HeadlineColor </Color>
<Refresh> "Enable" </Refresh>
<Value> TelephoneNumber# </Value>
</Text>

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