update picture & name my mint promotion
This commit is contained in:
parent
b91284b1ad
commit
17d295fe78
63 changed files with 854 additions and 192 deletions
|
|
@ -1,6 +1,7 @@
|
|||
if "v2" in param:
|
||||
print("Version 1 ignore ")
|
||||
else:
|
||||
menu_white_color_catalog = False
|
||||
menu_xml_var = ""
|
||||
if current_file_name == "page_catalog_group_recommend.skt":
|
||||
touch_less_gen = True
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
|
||||
if current_file_name == "page_catalog_group_pro_mymint.skt":
|
||||
from_my_mint_promotion = True
|
||||
menu_white_color_catalog = True
|
||||
else:
|
||||
from_my_mint_promotion = False
|
||||
|
||||
|
|
@ -304,12 +306,10 @@
|
|||
menu_color_font = None
|
||||
desc_color_font = None
|
||||
|
||||
# pepween special case
|
||||
sppromo = pd_code_2.split("-") if pd_code_2 != "##-##-##-####" else pd_code_3.split("-")
|
||||
if (sppromo[1] == "99") and ("#" not in pd_code_2 or "#" not in pd_code_3):
|
||||
if int(sppromo[len(sppromo) - 1][2:]) > 52 and int(sppromo[len(sppromo) - 1][2:]) < 67:
|
||||
menu_color_font = '0xFFFFFF'
|
||||
desc_color_font = '0xFFFFFF'
|
||||
# white color menu name & description catalog
|
||||
if menu_white_color_catalog == True:
|
||||
menu_color_font = '0xFFFFFF'
|
||||
desc_color_font = '0xFFFFFF'
|
||||
|
||||
|
||||
if spl[1] != "None":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue