fix(index): 首页展示秒杀问题修复

This commit is contained in:
woody 2025-08-07 10:54:33 +08:00
parent 81c3030a2f
commit 07759cfd66
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,11 @@
<view
class="goods-view"
@click="navTap(item)"
v-if="item.waresList && (index < 8 || moreFlag == true)"
v-if="
item.waresList &&
item.waresList.length > 0 &&
(index < 8 || moreFlag == true)
"
>
<area-product-list
:list="item.waresList"