page_catalog_group_recommend.xml
This commit is contained in:
parent
d58b25cd1a
commit
4e04bf71be
7 changed files with 207 additions and 176 deletions
|
|
@ -40,6 +40,8 @@
|
|||
else:
|
||||
return ""
|
||||
|
||||
button_add_string = ""
|
||||
|
||||
if "v2" in param:
|
||||
print("Version 1 ignore ")
|
||||
else:
|
||||
|
|
@ -47,8 +49,10 @@
|
|||
menu_xml_var = ""
|
||||
if current_file_name == "page_catalog_group_recommend.skt":
|
||||
touch_less_gen = True
|
||||
button_add_string = "Var OpenFromInstMenuTab = 0"
|
||||
else:
|
||||
touch_less_gen = False
|
||||
button_add_string = ""
|
||||
|
||||
if current_file_name == "page_catalog_group_recommend_double_pro.skt":
|
||||
double_pro_gen = True
|
||||
|
|
@ -477,7 +481,7 @@
|
|||
|
||||
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
out_xml( '\t\t'+ button_add_string +'\r\n')
|
||||
if spl[1] != "None":
|
||||
out_xml( '\t\tOpen "ROOT/taobin_project/xml/page_topping_select5.xml"\r\n')
|
||||
out_xml( '\t\t\r\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue