fix(specialArea): 仅秒杀专区展示库存剩余进度

This commit is contained in:
woody 2025-08-27 09:22:57 +08:00
parent dc1d7a6e64
commit 7d4f09cb9c
1 changed files with 5 additions and 1 deletions

View File

@ -118,7 +118,11 @@
<view>
<view
class="inventory-progress-container"
v-if="item.useRatio && item.inventory !== undefined"
v-if="
item.useRatio &&
item.inventory !== undefined &&
specialArea === 14
"
>
<view class="inventory-progress-bar">
<view