fix: get_pricing_display移除第一行标题,让定价项自然上提
This commit is contained in:
parent
270f95d2cf
commit
e3909fef53
@ -956,7 +956,7 @@ async def get_pricing_display(ppid, model=None):
|
||||
currency = getattr(r, 'currency', 'CNY')
|
||||
currency_symbols = {'CNY': '元', 'USD': '$', 'JPY': '¥', 'GBP': '£'}
|
||||
currency_label = currency_symbols.get(currency, currency)
|
||||
display_lines = [f"【{getattr(r, 'name', '')}】定价: ({currency_label})"]
|
||||
display_lines = []
|
||||
for item in items:
|
||||
# 构建过滤条件文本
|
||||
filter_text = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user