✍️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

@ -29,7 +29,7 @@
<div class="placeholder"></div>
<div class="sale_flag">{{ show.sale_flag }}</div>
<div class="id">ID:{{ show.id }}</div>
<div class="price">¥{{ show.price }}</div>
<div class="price">¥{{ show.price_low }} - {{ show.price_high }}</div>
<div class="wish">{{ show.wish }}人想去</div>
<div class="start-time">开始时间:{{ show.start_time }}</div>
<div class="end-time">结束时间:{{ show.end_time }}</div>
@ -50,4 +50,4 @@
</div>
</body>
</html>
</html>