Commit 729144b6 authored by rico.liu's avatar rico.liu

add print

parent be45ae77
...@@ -56,6 +56,7 @@ def get_configure_price(): ...@@ -56,6 +56,7 @@ def get_configure_price():
def check_configure_price(category,path): def check_configure_price(category,path):
if category not in ['笔记本','台式机','一体电脑','工作站']: if category not in ['笔记本','台式机','一体电脑','工作站']:
print("该类别无配件,无需校验配件价格")
return "该类别无配件,无需校验配件价格" return "该类别无配件,无需校验配件价格"
params_list = get_category_params_list(category) params_list = get_category_params_list(category)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment