fix(index): 首页展示秒杀问题修复
This commit is contained in:
parent
81c3030a2f
commit
07759cfd66
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue