Merge branch 'master' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
a9aceaa2a3
1 changed files with 5 additions and 4 deletions
|
|
@ -265,11 +265,12 @@
|
|||
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 int(sppromo[len(sppromo) - 1][2:]) > 52 and int(sppromo[len(sppromo) - 1][2:]) < 67:
|
||||
|
||||
menu_color_font = '0xFFFFFF'
|
||||
desc_color_font = '0xFFFFFF'
|
||||
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'
|
||||
|
||||
|
||||
if spl[1] != "None":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue