mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 16:35:53 +08:00
fix: 🐛 修改砍价列表展示的Bug
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<!-- 兜底策略如果金额是0 -->
|
<!-- 兜底策略如果金额是0 -->
|
||||||
<div class="price" v-if="!item.price">
|
<div class="price" v-if="!item.price && !type">
|
||||||
¥<span>0 </span>.00
|
¥<span>0 </span>.00
|
||||||
</div>
|
</div>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user