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,9 +265,10 @@
|
||||||
menu_color_font = None
|
menu_color_font = None
|
||||||
desc_color_font = None
|
desc_color_font = None
|
||||||
|
|
||||||
|
# pepween special case
|
||||||
sppromo = pd_code_2.split("-") if pd_code_2 != "##-##-##-####" else pd_code_3.split("-")
|
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:
|
if int(sppromo[len(sppromo) - 1][2:]) > 52 and int(sppromo[len(sppromo) - 1][2:]) < 67:
|
||||||
|
|
||||||
menu_color_font = '0xFFFFFF'
|
menu_color_font = '0xFFFFFF'
|
||||||
desc_color_font = '0xFFFFFF'
|
desc_color_font = '0xFFFFFF'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue