Merge branch 'bd-dev' of gitee.com:cabbage_qd/web-base-h5 into bd-test

This commit is contained in:
woody 2025-08-07 10:54:49 +08:00
commit cd0d051c65
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"