✍️v0.2.3.2,展览列表显示的价格修改为价格区间而非最低价格

This commit is contained in:
2024-09-17 19:20:46 +08:00
parent 945112d4c5
commit 90b99574c4
4 changed files with 6 additions and 5 deletions

View File

@ -168,7 +168,8 @@ def process_shows_data_to_template(shows_data: dict):
"location": district_name + venue_name,
"sale_flag": sale_flag,
"id": project_id,
"price": price_low,
"price_low": price_low,
"price_high": price_high,
"start_time": start_time,
"end_time": end_time,
"wish": wish,