SGP+WTC: add blue theme for payment code & change to not show make order btn
This commit is contained in:
parent
23f76611e3
commit
5243bba769
2 changed files with 17 additions and 4 deletions
|
|
@ -427,7 +427,7 @@
|
||||||
<Image>
|
<Image>
|
||||||
<X> 158 </X>
|
<X> 158 </X>
|
||||||
<Y> 601 </Y>
|
<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>
|
</Image>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -965,7 +965,7 @@
|
||||||
<Align> Center </Align>
|
<Align> Center </Align>
|
||||||
<Size> 62 </Size>
|
<Size> 62 </Size>
|
||||||
<Font> RobotoBlack </Font>
|
<Font> RobotoBlack </Font>
|
||||||
<Color> 0x513C2F </Color>
|
<Color> HeadlineColor </Color>
|
||||||
<Refresh> "Enable" </Refresh>
|
<Refresh> "Enable" </Refresh>
|
||||||
<Value> TelephoneNumber# </Value>
|
<Value> TelephoneNumber# </Value>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
|
||||||
|
|
@ -1247,9 +1247,12 @@
|
||||||
Var MainStartPepsiThemeDir = MainStartPepsiThemeDir + "/image/main_page/"
|
Var MainStartPepsiThemeDir = MainStartPepsiThemeDir + "/image/main_page/"
|
||||||
|
|
||||||
;Var img_rest_main_page = MainStartPepsiThemeDir + "bn_main_page_start.png"
|
;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 VideoMainPage = "ROOT/taobin_project/inter/whatthecup/common/video/video_main_wtc.mp4"
|
||||||
|
|
||||||
|
Var ShowButtonClickFull = "Enable"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
; default-theme
|
; default-theme
|
||||||
|
|
@ -1557,13 +1560,23 @@
|
||||||
If CountDownShowButton = 31 Then
|
If CountDownShowButton = 31 Then
|
||||||
Var ShowButtonClickFull = "Enable"
|
Var ShowButtonClickFull = "Enable"
|
||||||
Var ShowButtonClick = "Invisible"
|
Var ShowButtonClick = "Invisible"
|
||||||
|
|
||||||
|
If UsePepsiTheme = 1 Then
|
||||||
|
Var ShowButtonClickFull = "Enable"
|
||||||
|
EndIf
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If CountDownShowButton = 3 Then
|
If CountDownShowButton = 3 Then
|
||||||
|
|
||||||
Var ShowButtonClick = "Enable"
|
Var ShowButtonClick = "Enable"
|
||||||
Var ShowButtonClickFull = "Invisible"
|
Var ShowButtonClickFull = "Invisible"
|
||||||
|
|
||||||
|
If UsePepsiTheme = 1 Then
|
||||||
|
Var ShowButtonClickFull = "Enable"
|
||||||
|
EndIf
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue